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

clusters from api data #18

Closed cezarneaga closed 7 years ago

cezarneaga commented 7 years ago

Hi there,

in the clustering example you are using data from a static file. i have a use case where i want to load the GMap.js inside App.js that holds the state and the markersData would be in the state. how can i load this into GMap.js as props and then if state changes clusters change with it? thanks Cezar