Hello again, I have group of markers on the map, I have created checkboxes for each group At the start the markers are visible. and I should be able to hide them when I uncheck the checkbox I have followed this solution http://gmaps-utility-library.googlecode.com/svn/trunk/labeledmarker/release/docs/examples.html
currently,when i am in dubbuging mode,when I take the mouse over type1 it shows the type I have unchecked but it doesn't hide that type. In the abouve link, it is mentioned "The marker groups are created based on an attribute in the XML tag. The marker groups are stored in a javascript object that acts as an associative array, ... " I don't undertant it,would you please explain where exactly I need to define the XML tag.farsi Thanks for your help. On Tue, Oct 26, 2010 at 10:15 AM, Andrew Leach <[email protected]>wrote: > On Oct 26, 7:50 am, Zooh <[email protected]> wrote: > > Please tell me what is missing,it's not working. > > What is missing is a link to your map page online, together with a > description of what is not working -- > * what happens when it goes wrong > * what do we do to make it go wrong > * what do you expect to happen instead > > Debugging code snippets is impossible. We need a link. > > Having said that, I don't see the purpose of declaring > var markerGroups = new Array(); > and then immediately assigning it to be an anonymous object: > markerGroups= { "x": [], "w": [], "a": [], "q": [], "f": [], "t": [], > "j": [], "l": [], "r": [] }; > > -- > You received this message because you are subscribed to the Google Groups > "Google Maps API V2" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-maps-api%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-maps-api?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Maps API V2" 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.
