I have lots of slices of (non-geographical) data that I'm trying to view via google maps. It basically breaks down into N 'maps', each containing M 'layers'.
This sample shows basically what I want to do: http://code.google.com/apis/maps/documentation/javascript/examples/map-simple.html I can get it to switch between two different maps by providing two custom MapTypes (much like the Map/Sattelite toggle in the sample), but I can't figure out how to make it so I can toggle on and off an additional overlay layer (like the 'terrain' checkbox). The official docs vaguely mention this ( http://code.google.com/apis/maps/documentation/javascript/maptypes.html#MapTypeInterface ) but unfortunately the bit I'm after ('See Adding MapType Controls below') is a dead link, and I can't find this bit of the documentation. Does anyone know where the documentation on how to control the drop- down toggle boxes exists? Thanks -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
