Companion

Properties

Link copied to clipboard

Gets or sets the URL to the Google Earth logo for display in the credit.

Functions

Link copied to clipboard
suspend fun fromUrl(    url: Resource,     options: GoogleEarthEnterpriseMapsProvider.ConstructorOptions? = definedExternally): GoogleEarthEnterpriseMapsProvider

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

suspend fun fromUrl(    url: String,     options: GoogleEarthEnterpriseMapsProvider.ConstructorOptions? = definedExternally): GoogleEarthEnterpriseMapsProvider
Link copied to clipboard
fun fromUrlAsync(    url: Resource,     options: GoogleEarthEnterpriseMapsProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><GoogleEarthEnterpriseMapsProvider>
fun fromUrlAsync(    url: String,     options: GoogleEarthEnterpriseMapsProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><GoogleEarthEnterpriseMapsProvider>