Shali wrote: > Hi, > I have a problem where I have two address with two different value > windows that I want to appear on the same map. Currently I'm trying to > move one of the markers 0.005 (x-coordinate) over so that both can be > visible. I have a set of addresses which I pass into the following > function which attempts to add an overlay to the map. Everything works > except for the two markers of the same point. Both of the markers are > still overlapped on one another allowing the user to click on only one > of them. Any suggestions?
1. Don't geocode know places every time you load your page. Geocode them once, then use those coordinates to locate the markers. 2. Read and follow the posting guidelines: http://groups.google.com/group/Google-Maps-API/web/suggested-posting-guidelines (post a link to a map that shows the problem, not code) -- Larry --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
