Hello
Excuse for my english
My map url : www.trains-du-monde.fr/Carte7.php
I can't remove gpolies and panel with function clearmap
function clearMap() {
for (var i = 0; i < gdirmarkers.length; i++);
for(var i = 0; i < gpolies.length; i++);
for(var i = 0; i < gpanel.length; i++)
{
map.removeOverlay(gdirmarkers[i], gpolies[i], gpanel )
}
}
Thank you for help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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?hl=en
-~----------~----~----~----~------~----~------~--~---