react-google-maps icon indicating copy to clipboard operation
react-google-maps copied to clipboard

React.js Google Maps integration component

Results 115 react-google-maps issues
Sort by recently updated
recently updated
newest added

Is it possible to set restrict map bound (https://developers.google.com/maps/documentation/javascript/examples/control-bounds-restriction#maps_control_bounds_restriction-javascript) in this library? I tried different ways to block removal from center, but it doesn't work. ``` const GoogleMaps = withScriptjs(...

Is it possible to change behaviour of clustering? For example don't group markers if markers are in different countries.

I'm making a heat map of the aggregation of a ton of data. When I came across the example, I went "...wait, so I have to send all my data...

I'm trying to set the zoom level when there's only 1 marker. i'm not sure if it's set somewhere in the code or if it's default behaviour; but when there's...

how to add button re center on map

Hello guys, I'm having a problem, I'm not able to draw polylines on my map using `react-google-maps`. I have been passing Lat & Lng to my PolyLine but the line...

Hello everyone! I'm trying to implement CSP but I have some issues with Google Maps in this library. https://developers.google.com/maps/documentation/javascript/content-security-policy The point is that I already added all the Google Domains,...

Before mounting the google map, I'm waiting for some requests to finish so I'm trying to put another element in the meantime. The problem is that an empty grey div...

Is it possible to remove all point of interest from the map?