Provides tiled imagery using the Google Earth Imagery API.Notes: This imagery provider was deprecated in Cesium 1.35 and replaced with
GoogleEarthEnterpriseMapsProvider
. These are for use with the 2D Maps API. For 3D Earth API uses, see GoogleEarthEnterpriseImageryProvider
. GoogleEarthImageryProvider will be removed in Cesium 1.37.
-
Deprecated:
true
Example:
var google = new Cesium.GoogleEarthImageryProvider({
url : 'https://earth.localdomain',
channel : 1008
});