As you mention G_SATELLITE_3D_MAP Perhaps this will help: http://code.google.com/apis/earth/documentation/advanced.html#maps
The demos and examples in the Earth API documentation should show you examples of how to rotate the view. 2008/12/30 YannCarlier <[email protected]>: > > I have this code to display a 3d building location on the website, but > I want to face the building in front, not the way is presented now. > > Is there any code to rotate the Map? > > function load() { > if (GBrowserIsCompatible()) { > var map = new GMap2(document.getElementById("map")); > map.setMapType(G_SATELLITE_3D_MAP); > map.setCenter(new GLatLng(22.192235,113.543960), 18); > map.addControl(new GSmallMapControl()); > map.addControl(new GMapTypeControl()); > map.addMapType(G_SATELLITE_3D_MAP); > } > } > > > Thanks Yann > > > > -- Barry - www.nearby.org.uk - www.geograph.org.uk - --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
