-
I Got this using `yarn `on my `react `project.
```
warning " > react-google-maps@9.4.5" has unmet peer dependency "@types/googlemaps@^3.0.0".
warning " > react-google-maps@9.4.5" has unmet peer d…
-
I am running into an issue where an InfoBox isn't being fully removed or hidden when closed. It only seems to happen to the first InfoBox on a map. Below is a modified version of the InfoBox example f…
-
## '/src/components/EventFormSuperContainer.js' see the `onSuggestSelect` method (starts at line 115)
This method is fired when the user selects one of the autocomplete options provided by the Goo…
-
this is the code i copied from MapWithASearchBox example of react-google-maps, here i want to set the draggable markers position as formatted address of markers position, i am getting the formatted a…
-
`OverlayView`'s content is not present on the map
`react@18.2.0`
`@react-google-maps/api@2.12.2`
## How does it behave?
It does not render content passed to it as `children`, nothing is pres…
-
`.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 …
-
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) => {
…
-
import React from 'react';
import { compose, withStateHandlers } from "recompose";
import { InfoWindow, withGoogleMap, withScriptjs, GoogleMap, Marker } from 'react-google-maps';
const Map = co…
-
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??