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

How to obtain the new coordinates after dragend on the map view. The 'onDragEnd' function on the GoogleMap component returns event as undefined. Any solution for this??

## Getting Help **Before doing this, did you**: 1. Read the [documentation](https://tomchentw.github.io/react-google-maps) 2. Read the [source code](https://github.com/tomchentw/react-google-maps) _You can get someone's help in three ways_: 1. Ask on StackOverflow [with...

## Getting Help **Before doing this, did you**: 1. Read the [documentation](https://tomchentw.github.io/react-google-maps) yup 2. Read the [source code](https://github.com/tomchentw/react-google-maps) yup Hey, I have Sentry reports about an error coming from [this...

I'm trying to show an InfoWindow for a Circle. Tried something like this ```javascript some text ``` The circle is shown on the map correctly, but couldn't find the InfoWindow....

hi, from the documentation it says declaring title props for marker, it will shows as tooltip but in real case, there is no tooltip appears. In fact, i tried several...

Can I to modify fillColor of polygonOptions with props? ``` import React from 'react' import {compose, withProps} from 'recompose' import DrawingManager from 'react-google-maps/lib/components/drawing/DrawingManager' import {withScriptjs, withGoogleMap, GoogleMap} from 'react-google-maps' import...

I try to add a simple route in my map but when i call google.maps.DirectionsService() i get this google is undefined, so i try to add a const variable but...

Google Map Wrappers. ``` GoogleMap.js import React from 'react'; import { GoogleMap as GoogleMapComponent, withGoogleMap, withScriptjs } from 'react-google-maps'; const GoogleMap = withScriptjs(withGoogleMap(props => { return {props.children} })); export default...

[It appears that the **panTo** function of the Google Maps API is exposed](https://tomchentw.github.io/react-google-maps/#googlemap). How do I invoke it in an example?

Getting this error in IE11 `SCRIPT5022: Objects are not valid as a React child (found: object with keys {$$typeof, type, key, ref, props, _owner, _store}). `