I have an instance of marker manager that works as advertised, showing or hiding markers depending on zoom level.
The problem is that I want all of the markers managed by mm to be initially hidden, only shown and managed if a checkbox on the page is ticked. I haven't posted a link as this issue represents 2 lines of code within thousands of other lines. If necessary I can post the link reference but basically all I'm trying to do is: --- newMarker.hide() mm.addMarker(newmarker,myZoom,17); --- myZoom is an integer loaded from an xml file that differs for different types of marker. Am I trying to do something that marker manager won't allow? Will mm always win the arm wrestle? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
