fromUrl

Creates a tiled imagery provider using the Google Earth Imagery API.

const google = await GoogleEarthEnterpriseMapsProvider.fromUrl("https://earth.localdomain", 1008);

Return

The created GoogleEarthEnterpriseMapsProvider.

Parameters

url

The url of the Google Earth server hosting the imagery.

See also