On Sep 6, 12:27 pm, deastr <[email protected]> wrote: > Let's say you have multiple pins at the same location or very close. Instead > of displaying several very close pins I want to display a single pin with > pin count. Is this possible?
Yes. How many markers? If lots, you will want to do this server side, if not you can do it client side: pick a threshold distance, process all your markers, collapsing those within the threshold and counting them so you know the number to display. I have seen discussions about this on the v2 group, not many here. -- Larry > > You can see an example as attachment. > > I'd appreciate any help. > > Capture.PNG > 177KViewDownload -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-js-api-v3?hl=en.
