ConstructorOptions

Initialization options for the Google2DImageryProvider 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 key: String

The Google api key to send with tile requests.

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 session: String

The Google session token that tracks the current state of your map and viewport.

Link copied to clipboard
abstract val tileHeight: String

The height of each tile in pixels.

Link copied to clipboard
abstract val tileWidth: String

The width of each tile in pixels.

Link copied to clipboard
abstract val url: ERROR CLASS: Symbol not found for JsAny

The Google 2D maps endpoint.