bpillon / google_maps_cluster_manager

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

My location on the map is considered as a marker. #39

Open Jip1912 opened 2 years ago

Jip1912 commented 2 years ago

My location on the map is considered as a marker which makes it seems like there are n+1 markers in a cluster with n actual markers if I'm nearby that cluster.

oguibueno commented 1 year ago

My location on the map is considered as a marker which makes it seems like there are n+1 markers in a cluster with n actual markers if I'm nearby that cluster.

See my comment here: https://github.com/bpillon/google_maps_cluster_manager/issues/47#issuecomment-1332222701

Jip1912 commented 1 year ago

My location on the map is considered as a marker which makes it seems like there are n+1 markers in a cluster with n actual markers if I'm nearby that cluster.

See my comment here: #47 (comment)

I'm talking about the blue indicator of your current location, not about a marker. image

As you can see here, it is considering the indicator as a marker which will make a unnecessary cluster. image

This is not happening for other markers, only if the indicator is nearby.