-
Hi all, I just created an example app using react and google map api.
Everything works fine for the http queries.
But the map reloads when I use setSate to save the result.
Here is the link to test…
-
In this branch, https://github.com/khpeek/beomaps/tree/searchbox, I've essentially copied the example from https://tomchentw.github.io/react-google-maps/#searchbox above another map which has just a `…
-
[react-google-maps-api](https://github.com/JustFly1984/react-google-maps-api)
Why? react-google-maps has been unmaintained for 2 years and every new issue seems to be followed by this https://githu…
-
## Getting Help
Hi,
I am using the typescript definitions and I am running into this error:
```
Homestays.tsx
(45,16): Property 'directions' does not exist on type '{ children?: ReactNode; …
-
I'm using a basic example and the script is added each time, I don't know if this is the intended behaviour or am I missing something.
This is my component:
```js
import React from "react"
imp…
-
See your example http://istarkov.github.io/google-map-react/map/main/
-
OK, now I want to use marker animation, but I can't find some official example.
I found solution (https://stackoverflow.com/questions/44729776/how-can-animation-be-added-to-markers-in-react-google-…
-
# Describe the bug
Using `currentLocation` shows this warning that points to the #more-examples section of the readme, it's not clear what the user is supposed to do from there.
# Reproduction -…
-
https://developers.google.com/maps/documentation/javascript/examples/marker-labels
https://github.com/fullstackreact/google-maps-react/blob/master/src/components/Marker.js#L85
-
# A React Component for Rendering Interactive Maps
## Requirements
1. Map focussed on a particular region ([view bounds](https://react-leaflet.js.org/docs/example-view-bounds/))
2. Markers
- …