angularjs-google-maps icon indicating copy to clipboard operation
angularjs-google-maps copied to clipboard

Disable map clustering on-zoom_changed

Open Joystan opened this issue 8 years ago • 1 comments

I have a map which starts clustered, when I zoom in on the cluster, there could be some markers which are right on top of each other, with the exact same latitude and longitude. For exaple in this plunker there are 11 properties in Denmark. To show the names of other properties at that location I need a custom-marker with an infowindow to display the details. Is there a way to achieve this with ng-maps?

Thanks

Joystan avatar Apr 14 '17 06:04 Joystan

MarkerClusterer is not a scope of this module although there are some examples you can find. Please take a look at the following examples and find your solution.

https://github.com/allenhwkim/angularjs-google-maps/issues/785 https://ngmap.github.io/#/!custom-marker-clusterer.html https://ngmap.github.io/#/!custom-marker-ng-repeat.html

allenhwkim avatar Apr 14 '17 22:04 allenhwkim