Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

i have a map with multiple markers on it.
it is now rare that some of the markers will be super close to each other, and then they override each other that only one marker will be seeing.

how can i collect a bunch of markers to one marker with a number (of the bunch markers) on it ?

for now i've just made a recursion method which moves the marker if its too close to other marker, but that's not a good solution for lost of markers.

Thanks !

share|improve this question
You looking for something like this? redfin.com/… – Trent Apr 21 '12 at 14:59
yes in general yes – Asaf Nevo Apr 21 '12 at 15:24
but in java script.. – Asaf Nevo Apr 21 '12 at 16:05

1 Answer

up vote 0 down vote accepted

I think you are looking for the Google Maps Marker Clusterer.

share|improve this answer
but i need it for android... that js.. – Asaf Nevo Apr 21 '12 at 16:05
Looks like it's not as easy for Android. Check this out... stackoverflow.com/questions/7447350/… – Trent Apr 22 '12 at 3:54

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.