ConstructorOptions

Initialization options for the Azure2DImageryProvider constructor

See also

Properties

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

The ellipsoid. If not specified, the default ellipsoid is used. Default value - Ellipsoid.default

Link copied to clipboard
abstract val maximumLevel: Int?

The maximum level-of-detail supported by the imagery provider. Default value - 22

Link copied to clipboard
abstract val minimumLevel: Int?

The minimum level-of-detail supported by the imagery provider. Take care when specifying this that the number of tiles at the minimum level is small, such as four or less. A larger number is likely to result in rendering problems. Default value - 0

Link copied to clipboard
abstract val rectangle: Rectangle?

The rectangle, in radians, covered by the image. Default value - Rectangle.MAX_VALUE

Link copied to clipboard
abstract val subscriptionKey: String

The public subscription key for the imagery.

Link copied to clipboard
abstract val tilesetId: String?

The Azure tileset ID. Valid options are microsoft.imagery, {@link microsoft.base.road}, and {@link microsoft.base.labels.road} Default value - "microsoft.imagery"

Link copied to clipboard
abstract val url: String?

The Azure server url. Default value - "https://atlas.microsoft.com/"