dylanfprice / angular-gm

AngularJS Google Maps Directives
MIT License
198 stars 47 forks source link

Multiple marker on same location #82

Closed GaurangGhinaiya closed 7 years ago

GaurangGhinaiya commented 9 years ago

Hello everyone

In my application i show multiple marker on map. If marker has same location then it show only last marker while other markers are ignore.

so how can i display all marker of same location at a time.

dylanfprice commented 7 years ago

This may be a limitation of google maps itself. How do you expect multiple markers to be displayed at the same location?

Closing this issue. Feel free to reopen if this turns out to be a limitation of angular-gm and not google maps.