_removeTarget = marker;
removeAR.push(_removeTarget)
map.addOverlay(marker);
for(var r = 0;r<KOAjson.removeAR.length;r++)
{
trace(KOAjson.removeAR[r])
_map.removeOverlay(KOAjson.removeAR[r]);
}
The array has all the markers in it and i get "[object Marker]" for
each marker on the trace, but the markers do not get cleared from the
map.
any thoughts?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API For Flash" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-maps-api-for-flash?hl=en
-~----------~----~----~----~------~----~------~--~---