The question is clear on the title I guess?
"How to get GMap2 object after initialized?"
=> I would like to extend this question:
Is there any method to retrieve all existing google markers from GMap2 object?
Thanks in advance.
The question is clear on the title I guess?
"How to get GMap2 object after initialized?"
=> I would like to extend this question:
Is there any method to retrieve all existing google markers from GMap2 object?
Thanks in advance.
var map = new GMap2(document.getElementById("map_canvas"));
I suppose you are looking for the map
variable.