Companion

Properties

Link copied to clipboard

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

Functions

Link copied to clipboard

Creates an ImageryProvider which provides tiled imagery using the Bing Maps Imagery REST API.

Link copied to clipboard
fun quadKeyToTileXY(quadkey: String)

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
fun tileXYToQuadKey(x: Double, y: Double, level: Int)

Converts a tiles (x, y, level) position into a quadkey used to request an image from a Bing Maps server.