Companion

Functions

Link copied to clipboard

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: Symbol not found for Promise<cesium/engine/ArcGisMapServerImageryProvider>
Link copied to clipboard

Creates an ImageryProvider which provides tiled imagery hosted by an ArcGIS MapServer. By default, the server's pre-cached tiles are used, if available.

Link copied to clipboard
fun fromUrlAsync(url: Resource, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/ArcGisMapServerImageryProvider>
fun fromUrlAsync(url: String, options: ArcGisMapServerImageryProvider.ConstructorOptions? = definedExternally): ERROR CLASS: Symbol not found for Promise<cesium/engine/ArcGisMapServerImageryProvider>