On Jan 22, 11:23 am, Met_Apps <[email protected]> wrote: > I am trying to add a custom map as described in mapwiki <http:// > mapki.com/wiki/Add_Your_Own_Custom_Map>. > The difference is that I want to have the map layer turned on using a > check box rather than a standard button on the upper-right hand of the > map. > Can someone please give me some tips for achieving this?
Call map.setType(...) when the box is checked or unchecked with the appropriate map type? http://code.google.com/apis/maps/documentation/reference.html#GMap2.setMapType -- Larry > Thanks. > Met_apps -- 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.
