I hope the title is clear. I would like to retrieve the existing google markers from my Gmap2 object. Is there any method for this?
views:
19answers:
1
+1
A:
There isn't a property on the GMap2 object to access GMarker objects that you have previously added using addOverlay. If you want access to them later, you will need to store a reference to those objects.
Cannonade
2010-08-23 01:22:30
+1 was about to post the same answer :)
Daniel Vassallo
2010-08-23 01:22:59
@daniel-vassallo Thanks Daniel :D
Cannonade
2010-08-23 01:31:04