Reputation: 61
Or can you embed Google Earth directly even though the Earth API is deprecated and their documentation page is mostly disabled. Im trying to have a website that works in the current version of Chrome and uses a 3D google earth. Any way on how I can do this, or are there any alternatives to utilize a 3D globe in your website.( I'm building on rails) Also any know why it was depreciated?
Upvotes: 5
Views: 6264
Reputation: 2784
At the moment it is not possible to include the Google Earth 3D View with the maps API, but Google already announced that 3D is "in their blood" and so there probably will be an integration into the maps api some day (because the Earth view actually is already included in the official maps web application).
One reason the Google Earth Plugin was deprecated was the fact that the plugin is based on NPAPI and Chrome doesn't support it anymore because of security issues.
A alternative could be Cesium.
Upvotes: 5