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

Companion code to the "How to Write a Google Maps React Component" Tutorial

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

Hi, Sorry couldn't find a Feature Request category... Maybe that's on purpose ^^ Simply posting here that it'd be cool if you include the "mapId" option to style maps in...

I am currently using react 16.13.1 and google-maps-react 2.0.6. I am getting this warning on using Map and GoogleApiWrapper. "Warning: Using UNSAFE_componentWillReceiveProps in strict mode is not recommended and may...

When ever I check the map element I see an outer div surrounding it. I want to change that div style. How can I do that?

I noticed that the component renders an additional DIV in the GoogleApiComponent file during the render (see line 119 in file). Why not add ability for `className` on this DIV...

Is there any way to catch errors when google map is not loaded? I'm trying to make the offline version of the app to display the offline page instead of...

I've a basic map... ``` ``` thing to note is the onDragend property... I have it mapped to fire this.centerMoved... which is defined as such. I can't seem to figure...

Currently, I am using react 16.13.1 and google-maps-react 2.0.6. I am getting this warning on using Map and GoogleAPIWrapper, "Warning: Can't call setState on a component that is not yet...

Hi, I am trying to run google-map-react in my application. The idea is when I open the page with google maps it should show me a heatmap with all the...

I want to put zooming restriction. like this : https://developers.google.com/maps/documentation/javascript/examples/control-bounds-restriction Also, posted question in stackoverflow. https://stackoverflow.com/questions/54216582/why-restriction-bound-property-not-working Please help. Thanks

In the HeatMap.js class there is some confusion around the name "positions" and "position" now. What is being mapped to "data" of HeatMap is the "positions" prop, but in ComponentDidUpdate...