GoogleEarthImageryProvider

new SuperMap3D.GoogleEarthImageryProvider()

Provides tiled imagery using the Google Earth Imagery API. Notes: This imagery provider was deprecated in SuperMap3D 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 SuperMap3D 1.37.
Deprecated: true
Example:
var google = new SuperMap3D.GoogleEarthImageryProvider({
    url : 'https://earth.localdomain',
    channel : 1008
});
See: