views:

19

answers:

1

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?

+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
+1 was about to post the same answer :)
Daniel Vassallo
@daniel-vassallo Thanks Daniel :D
Cannonade