-
`.gm-style-iw {
background-color: transparent !important;
border: none !important;
padding: 0px !important;
}
.gm-style-iw-c {
box-shadow: none !important;
}
.gm-ui-hover-effec…
-
![ezgif com-video-to-gif](https://user-images.githubusercontent.com/37759183/82008782-9b3e2700-963b-11ea-9adf-8c5ae98d58f7.gif)
I have a question, I am doing a setOptions to a polygon to change it …
-
import React from 'react';
import { compose, withStateHandlers } from "recompose";
import { InfoWindow, withGoogleMap, withScriptjs, GoogleMap, Marker } from 'react-google-maps';
const Map = co…
-
I want to reset the drawing manager.
If I use data.setMap(null) then the drawing manager is reset but I want to reset polygon when I click on the reset button.
```
const onAdd = (data) => {
…
-
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??
-
I use this is ok:
const { MarkerClusterer } = require("react-google-maps/lib/components/addons/MarkerClusterer");
But when i use this is error:
import MarkerClusterer from '@google/markerclustere…
-
Hi all,
is there a way to refresh MarkerClusterer when receive new props from my parent component?
Now I'm doing this
```
const MapWithASearchBox = compose(
withProps({
googleMapURL: "ht…
-
The second I click on an map icon in my Gatsbyjs website, the Let's Encrypt https certificate is shut off, leaving my site unsecured.
I'm a total noob by the way.
-
## 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-ma…
-
Hi @tomchentw,
Examples that do not work appear to have expired.