fromUrl

Creates a metadata object using the Google Earth Enterprise REST API. This is used by the GoogleEarthEnterpriseImageryProvider and GoogleEarthEnterpriseTerrainProvider to share metadata requests.

Return

A promise which resolves to the created GoogleEarthEnterpriseMetadata instance/

Parameters

resourceOrUrl

The url of the Google Earth Enterprise server hosting the imagery.

See also


suspend fun fromUrl(resourceOrUrl: String): GoogleEarthEnterpriseMetadata(source)