Yes it is possible, I have this function om the map I am working on.

http://www.houseinchiangmai.net/test/map.asp?lat=18.800500&lng=98.957528

I am trying to hide all the markes as default, but if you dont need
this you can just skip this part.

from here
for (var i = 0; i < markerGroups[type].length; i++) {
        var marker = markerGroups[type][i];
      marker.hide();
      }
to here
      return marker;

/Claus

On Sep 4, 9:13 pm, James Norrie <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have read Mike Williams (Econym)'s tutorials on the above topics and
> was wondering if it was possible to combine the two so that you can
> switch on and off the markers with multiple tabs that are in different
> categories.
>
> The map is 
> athttp://www.catalist-solutions.com/GoogleMaps/mapXmlTabsDirections.htm.
>
> The categories are defined in the xml file. At present there are only
> three, AR, BG, and CC and I would like to have checkboxes somewhere
> that turn these categories on or off.
>
> I hope someone can help.
>
> James.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to