google-maps-react
google-maps-react copied to clipboard
Companion code to the "How to Write a Google Maps React Component" Tutorial
Somewhere between version 2.0.2 -> 2.0.6 I noticed you started shipping your own types, i'd like to update them with the latest from the DefinitelyTyped project here: https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/google-maps-react I'll also...
I want to show `InfoWindow` whenever `map` load by default it will show marker and top of it `InfoWindow` I'm using this but it will not work. ```nodejs Click on...
Hi guys, My project is fully build in react hooks and i want to use google maps react but im stuck to convert as a functional for this : ```...
Hello, I am a beginner at programming, I request you to be patient with me. Development environment : google-maps-react v2.0.2, react v16.6.1 Problem description : I want to position the...
I added a 'custom overlay'. Basically I just lifted the code that was provided [here](https://developers.google.com/maps/documentation/javascript/examples/overlay-popup) and threw a react wrapper around it. This was something I needed personally but I...
Hi, I have a simple map with one marker and a circle drawn around the marker. I have used state to save lat lng, but for some reason I am...
Why doesn't my infowindow show {this.state.selectedPlace.name} onMarkerClick=(props, marker, e)=>{ this.setState({ selectedPlace: props, activeMarker: marker, showingInfoWindow: true }); }
Hey, guys you have just using a data-type name as your custom variable. What Do you think about it? What is the road when I want to use both of...
I was seeing "React.createRef is not a function" on a fresh clone after running `npm install` and launching the dev server. Seems the deps were pointing at React 15 but...