react-googlemaps
react-googlemaps copied to clipboard
A declarative React interface to Google Maps
I'm getting the following warning after mounting the component. Do you have any plans in improving this? **Warning:** ReactMap is accessing getDOMNode or findDOMNode inside its render(). render() should be...
I ran into a bug (I think) with ReactOverlayView. Here's what I think is happening: 1. MyReactComponent renders a Map component with overlays. 2. Before the Google Maps JS can...
I always get this error when trying to install the package via NPM: ``` npm ERR! peerinvalid The package reactify does not satisfy its siblings' peerDependencies requirements! npm ERR! peerinvalid...
I'd like to register event listeners with elements contained within OverlayView. However, when I tried something similar to: ``` ``` the event handlers don't actually receive the events. Is there...
The MVCArray **totally** works when it renders, but it just pops up an annoying warning to the console. And more importantly, it lets me add LatLngs to the MVCArray async'ly....
npm ERR! [email protected] build-examples: `webpack --devtool inline-source-map` npm ERR! Exit status 255 npm ERR! npm ERR! Failed at the [email protected] build-examples script. npm ERR! This is most likely a problem...
is directions api implemented? if not what would be the best approach to get this functionality? https://developers.google.com/maps/documentation/javascript/examples/directions-travel-modes
I have a simple map with many markers and possibility to select one. Clicking marker updates a controller-view state and the Map rerenders. I have a feeling that all markers...