I have a fairly complex map system running, and everything has been running just fine. Bu today, for some unknown reason, I started getting this javascript error when I try and hide markers: hide is not a function
I sue a function to create the marker, and put a reference of the marker in an array like this: allmarkers[id] = marker; map.addOverlay(marker); Then, I try and hide the marker like this: allmarkers[id].hide(); I am not getting any other errors in my javascript, and it was working just fine yesterday. Could I have gone over a request limit or something like that? I am handling about 50 points, and although I have been testing today, I don't think I was abusing the system or anything. Does anyone have any ideas? You can see my page here: http://www.wexzone.com/tiesmap.html and the associated javascript: http://www.wexzone.com/ties/tiesmap.js --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
