Earth in Google Maps
I recently c开发者_Python百科ame by this website: http://www.google.com/earth/explore/products/earthview.html
"Earth view in Google Maps"
Does this mean, I use the usual Google Maps APIs (V3) to manage the map while being able to render in Earth view? More explanation please?
See this question and the accepted answer:
- How do I convert my google maps application into a google earth application?
Per that answer, you can find additional detail here:
- http://code.google.com/apis/maps/documentation/javascript/v2/services.html#Earth
The EarthView link is about taking advantage of the Google Earth plugin at maps.google.com, and not related to enabling it for your own site.
The recommended strategy for integrating the plugin into your own mashup is to use the utility library at http://google-maps-utility-library-v3.googlecode.com/svn/trunk/googleearth/
精彩评论