google-maps-react
google-maps-react copied to clipboard
Companion code to the "How to Write a Google Maps React Component" Tutorial
Solving issue #269 In Marker.js componentDidUpdate() `this.props.position` and `prevProps.position` will never be equal after component is fully rendered in first time, because these properties are objects, for this reason I...
# Reproduce Error - create a map with an infowindow - scroll a little down the page - click on the marker - click the 'close' button on the marker...
By letting onOpen() and onClose() pass this.props to the callback, the originating InfoWindow can be identified by props passed to it. This allows multiple InfoWindows to be used.
Polyline and Polygons both do not re-render if their props are changed (visibility, color). Currently, only checks are if the map has changed or if the path is different but...
If you pan the map and then click any marker (even ones contained in the current zoom view), the map will jump the center back to the default and then...
### How To react to radius and center changes for circle? Hi, how can i use / do callbacks for Circle center/radius changes because atm is editable but cannot detect...
Hey guys, I'm using `google-maps-react` to render an array with several polygons on a map. When I click on a polygon, I would like it to return all the coordinates...
hi, when i press `infoWindow` the font of the page change to the default font. i am using material-ui with this lib
1) In index.js, fullscreenControl is listed, but not fullscreenControlOptions, which would be useful to be able to move the fullscreenControl to another area on the page. 2) In index.js, mapTypeControlOptions...
``` Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move data fetching code or side effects to componentDidUpdate. * If you're updating...