Hi,
It seems that the only way to choose the different Google map types is with a separate button for each type. I would like to make the most of the limited space available in my Google map and use a drop-down menu to select the map type as you can in the Google Maps API with GMenuMapTypeControl. Is this possible?
it is possible to change the map type interactively via the setmaptype() action of the plugin,
see here:
http://krpano.com/plugins/googlemaps/#setmaptype
so it would be also possible to use the combobox plugin and call there this action,
e.g. call:
|
Quellcode
|
1
|
plugin[maps].setmaptype(SATELLITE);
|
One map type that I would find really useful is from MyTopo, which is a seamless topographic map coverage for the US and Canada. The last post in this thread has some technical details. I suspect that I would need the plugin source code to implement this extra map type?
yes, for adding a custom map you would need the plugin source code at the moment, but you would also need AS3 coding knowledge,
and one important note - don't mix-up the Javascript and the Flash Google Map API

(they are different)
best regards,
Klaus