Google Map v2: how to retrieve existing google markers from google Gmap2 object
I hope the title is clear. I would l开发者_开发技巧ike to retrieve the existing google markers from my Gmap2 object. Is there any method for this?
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.
精彩评论