Functions
Link copied to clipboard
suspend fun fromBasemapType( style: ArcGisBaseMapType, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): ArcGisMapServerImageryProvider
Creates an ImageryProvider which provides tiled imagery from an ArcGIS base map.
Link copied to clipboard
fun fromBasemapTypeAsync( style: ArcGisBaseMapType, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><ArcGisMapServerImageryProvider>
Link copied to clipboard
suspend fun fromUrl( url: Resource, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): ArcGisMapServerImageryProvider
Creates an ImageryProvider which provides tiled imagery hosted by an ArcGIS MapServer. By default, the server's pre-cached tiles are used, if available.
suspend fun fromUrl( url: String, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): ArcGisMapServerImageryProvider
Link copied to clipboard
fun fromUrlAsync( url: Resource, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><ArcGisMapServerImageryProvider>
fun fromUrlAsync( url: String, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): <Error class: unknown class><ArcGisMapServerImageryProvider>