> The problem is that some markers are coincident (not the clusting > problem, I mean they have exactly the SAME coordinates). > This causes that I can only see one marker and only one baloon tip. > How can I solve?
Have you looked to see how other people have tackled this? http://groups.google.com/group/Google-Maps-API/search?group=Google-Maps-API&q=multiple+markers+same+point&qt_g=Search+this+group You could put tabbed infowindows on a single marker ; you could have a single marker explode into several markers when mouseovered or clicked ; you can displace the markers and have a short line connecting them to the right point. There are many possibilities but some are harder to implement than others. cheers, Ross K --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" 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-API?hl=en -~----------~----~----~----~------~----~------~--~---
