Hi
I want to put checkbox on my map so people can toggle/hide markers on
map.
I've found many tutorials, but all for files stocked in xml. I don't
want to stock in xml, so how can i do this with markers declared in
the javascript such as:
var marker = new google.maps.Marker({
position: new google.maps.LatLng(lat, lng),
map: map,
title:"place",
icon: color
});
Thanks a lot, i'm stucking on this one
--
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.