bpillon / google_maps_cluster_manager

Simple Flutter clustering library for Google Maps
https://pub.dev/packages/google_maps_cluster_manager
MIT License
119 stars 94 forks source link

how to zoom to center marker ? #12

Closed Xgamefactory closed 3 years ago

Xgamefactory commented 3 years ago

is it possible to zoom to a marker on certain location. some calculation to zoom in cluster to show one marker not cluster set.

bpillon commented 3 years ago

To zoom on a location, you have to use GoogleMapController with animateCamera method.