On Aug 4, 12:34 am, RoyHB <[email protected]> wrote: > I'm using GMarkerManager - I'll try the alternative > > Thanks > Roy > > (and yes, the newmarker vs newMarker was justa typo here but thanks > anyway!)
Which is why links are always better than code, even if it is only 2 lines... > > On Aug 4, 2:32 pm, "[email protected]" <[email protected]> > wrote: > > > On Aug 3, 9:26 pm, "[email protected]" <[email protected]> > > wrote: > > > > On Aug 3, 9:18 pm, RoyHB <[email protected]> wrote: > > > > > 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); > > > > newMarker and newmarker are different things (assuming it isn't a > > > typo, which it probably is...) > > > As a matter of curiousity, which marker manager are you using? > > > This example from the open source marker manager seems to support what > > you are trying to > > do:http://gmaps-utility-library.googlecode.com/svn/trunk/markermanager/1... > > > click "hide all markers" > > > -- Larry > > > > > --- > > > > 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?- Hide quoted text - > > > > - Show quoted text - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
