I have been scratching my head on this one for a couple of hours.

I have this little piece of code:

alert(markerManager.getMarkerCount(1)); //executes perfectly and
displays 14

Then at the next line the entire thing just stops executing for some
reason.
markerManager.removeMarker(markerArray[markerArrayId]);
alert(markerManager.getMarkerCount(1));

Now i know that marker in the array is in fact a marker because i have
tried printing out the lat and lng.

Any suggestions as to why my script freezes and never executes the
second alert()?

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to