[Google Maps API v3] Re: Remove ImageMapTypes dynamically

2011-10-10 Thread Prabu Raja
> Sites > > and then add overlays like this: > >         map.overlayMapTypes.setAt(1, mapOverlayLabels); > > or remove them this way: > >        map.overlayMapTypes.setAt(1, null); > > This works for me. Here is an example:http://karte.immobilien-kompass.d

[Google Maps API v3] Removing or Hiding ImageMapTypes dynamically

2011-09-29 Thread Prabu Raja
Hi I have a web page with 3 check boxes and map (State boundary, District boundary, Taluk boundary), while clicking the check boxes, it will load the corresponding boundary on top of map using ImageMapType. How do I hide a specific boundary while a user de-selects a check box. I tried "overlayMapT

[Google Maps API v3] Remove ImageMapTypes dynamically

2011-09-29 Thread Prabu Raja
Hi I have a web page with 3 check boxes and map (State boundary, District boundary, Taluk boundary), while clicking the check boxes, it will load the corresponding boundary on top of map using ImageMapType. How do I hide a specific boundary while a user de-selects a check box. I tried "overlayMapT