Disable map clustering on-zoom_changed
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
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