> (i tried moving 'var mgr = new GMarkerManager(map);' in to load(),
> this didn't make any difference..)
Well no, you'd still need to clear it out of references to the old
batch of markers when you do the updating - rather like you do a
map.clearOverlays(). Else it does the job it's designed to do, and
puts back the appropriate markers in view.
Did you see this in the documentation?
http://code.google.com/apis/maps/documentation/reference.html#GMarkerManager
"This class is deprecated; developers are recommended to use the open
sourced MarkerManager instead."
Referring to the docs for that instead, there's a useful
looking .clearMarkers() method.
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
-~----------~----~----~----~------~----~------~--~---