GoogleEarthImageryProvider

new SuperMap3D.GoogleEarthImageryProvider()

使用 Google 地球影像 API 提供切图影像。 Notes: 此影像提供程序在SuperMap3D 1.35中已弃用,取而代之的是GoogleEarthEnterpriseMapsProvider。这些是用于2D地图API。在SuperMap3D 1.37中,GoogleEarthImageryProvider将被移除。
Deprecated: true
Example:
var google = new SuperMap3D.GoogleEarthImageryProvider({
    url : 'https://earth.localdomain',
    channel : 1008
});
See: