kdefilip / google-maps-utility-library-v3

Automatically exported from code.google.com/p/google-maps-utility-library-v3
Apache License 2.0
0 stars 0 forks source link

Earth API - control map type via another interface (c#) #208

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Class-GoogleEarth

I'm developing an C# application and would like to use maps/earth together. I'd 
like to control transition between them via UI in the program but when I 
disable the map type control, I can not do the transition.

I have tried this.showEarth_(); and this.switchToMapView_(); methods or apply 
map.setMapTypeId(GoogleEarth.MAP_TYPE_ID); but none of them work when I disable 
map type control. Is there any way I can do that or what could you suggest?

thanks in advance

Original issue reported on code.google.com by mn.ya...@gmail.com on 26 Oct 2012 at 8:40