fromUrl
suspend fun fromUrl(url: Resource, options: GoogleEarthEnterpriseMapsProvider.ConstructorOptions? = definedExternally): GoogleEarthEnterpriseMapsProvider(source)
Creates a tiled imagery provider using the Google Earth Imagery API.
const google = await GoogleEarthEnterpriseMapsProvider.fromUrl("https://earth.localdomain", 1008);
Content copied to clipboard
Return
The created GoogleEarthEnterpriseMapsProvider.
Parameters
url
The url of the Google Earth server hosting the imagery.
See also
suspend fun fromUrl(url: String, options: GoogleEarthEnterpriseMapsProvider.ConstructorOptions? = definedExternally): GoogleEarthEnterpriseMapsProvider(source)