Properties
Functions
Link copied to clipboard
suspend fun fromUrl(url: Resource, options: BingMapsImageryProvider.ConstructorOptions): BingMapsImageryProvider
Creates an ImageryProvider which provides tiled imagery using the Bing Maps Imagery REST API.
suspend fun fromUrl(url: String, options: BingMapsImageryProvider.ConstructorOptions): BingMapsImageryProvider
Link copied to clipboard
fun fromUrlAsync(url: Resource, options: BingMapsImageryProvider.ConstructorOptions): ERROR CLASS: Symbol not found for Promise<cesium/engine/BingMapsImageryProvider>
fun fromUrlAsync(url: String, options: BingMapsImageryProvider.ConstructorOptions): ERROR CLASS: Symbol not found for Promise<cesium/engine/BingMapsImageryProvider>
Link copied to clipboard
Converts a tile's quadkey used to request an image from a Bing Maps server into the (x, y, level) position.
Link copied to clipboard
Converts a tiles (x, y, level) position into a quadkey used to request an image from a Bing Maps server.