old-examples icon indicating copy to clipboard operation
old-examples copied to clipboard

Examples for google-map-react component.

Results 22 old-examples issues
Sort by recently updated
recently updated
newest added

downloaded files from git, entered "npm i" and "npm start" I get an error, what am I doing wrong? ![image](https://user-images.githubusercontent.com/57380294/146333059-973d4222-a244-4927-8616-cfc0d8f169c4.png)

Hi, I am not found option of onZoomChanged in this lib. How to get current zoom size? thx:)

is there a way to set auto-zoom based on the center latlng? so that all the points are visible

is this able to set the center of the map? Action: Clicks a button Expected output: Center the map, on e.g Egypt.

Trying to get the x_simple map demo running, I get this build error: ```` Error: Cannot find module "react/addons" ````

Is there any way to hide the default places found on Google Maps?

I was going through [this example](http://istarkov.github.io/google-map-react/map/main/) and I notced that when you set the map to full-screen, the pins move. Before: ![image](https://user-images.githubusercontent.com/5118535/29423977-a539ac44-8332-11e7-8487-c424a1f6d362.png) After: ![image](https://user-images.githubusercontent.com/5118535/29423996-b2be3560-8332-11e7-9b4f-60d59e9ffa6e.png)

I copied the "simple" example and when I zoom out the marker moves it's position over the map. Map here seems to work: http://google-map-react.github.io/google-map-react/map/simple/ Source doesn't seem to behave the...

I draw a bunch of markers into my map, each marker is just some simple svg shapes. When I inspect it in react tools it appears to be rerendering the...

Hello, I'm using the Custom Styling Wizard to get the silver style map. However, when I try to implement the JSON file to my project, it doesn't work. This is...