google-maps-react
google-maps-react copied to clipboard
Companion code to the "How to Write a Google Maps React Component" Tutorial
It seems that our google overlords have now included a "controlSize" attribute to the map API as mitigation for some backslash received on changes to the size of 'map controls'...
I try to put marker on existing place in google maps This is what I can do  This is what I want ...
When user click on Polyline, I change the selected Route but Polyline doesn't update.
Google Maps allow to modify the style of map even there is option to add cloud based map styling. How can I select default map type e.g "satellite" [https://developers.google.com/maps/documentation/javascript/maptypes](https://developers.google.com/maps/documentation/javascript/maptypes)
This option / parameter of the channel is used to concatenate it when the component creates the URL to obtain the Google API, this parameter groups the use of resources...
Added a reference to options.className. If this option is not provided, no class will be added
The you click for the first time into the marker the info window doesn't open. It opens only if you click again on the marker.
How to access my functional component 'GoogleReactMap' which is holding the map, `import React, { useState, useEffect } from "react"; import { Map, GoogleApiWrapper, Marker } from "google-maps-react"; function GoogleReactMap(props)...
I have a view where I'm rendering the map wrapped in the GoogleApiWrapper HOC that the package includes, I'm getting props like the center of the map from some functions...
Hello, I need to get the path data from a Polygon after it's been moved around. Here is an example of what I am doing but I am not sure...