> The problem is that the MarkerManager doesn't know that you've called
> addOverlay() on a marker that it manages, so the marker can get
> addOverlay()ed twice. Similarly, if your code doesn't check to see if
> the marker is currently added, the marker can get addOverlay()ed twice.
> That can cause the API to crash under some circumstances.
>
> It's safer to use the map.openInfoWindow() trick. See the last section
> ofhttp://econym.org.uk/gmap/markermanager.htmfor a chunk of code that
> you can copy.
>
> --http://econym.org.uk/gmap
> The Blackpool Community Church Javascript Team

Yeah, it came to my mind, that there may be such problems with
addOverlay approach, but i thought, that this check again
multioverlaying is completely in competency of MarkerManager...
Guys thank you very much, i really appreciate your help.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to