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?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.