google-map-react / old-examples

Examples for google-map-react component.
http://google-map-react.github.io/google-map-react/map/main/
357 stars 316 forks source link

regarding performance #16

Open ochanje210 opened 7 years ago

ochanje210 commented 7 years ago

I see that when I zoom in/out, it redraws the map and seems very slow. I am wondering if there is anyway you can update the markers without redrawing the map like using setVisibility method on markers in GoogleMapsAPI?