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

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 ![screenshot from 2019-03-03 19-53-04](https://user-images.githubusercontent.com/21254920/53695415-111af180-3dee-11e9-85e6-cc185d1ace25.png) This is what I want ![screenshot from 2019-03-03 19-55-25](https://user-images.githubusercontent.com/21254920/53695433-52130600-3dee-11e9-9e2b-073f074e71b3.png)...

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...