ConstructorOptions

sealed interface ConstructorOptions(source)

Options for constructing a new KmlDataSource, or calling the static load method.

See also

Properties

Link copied to clipboard
abstract var camera: Camera?

The camera that is used for viewRefreshModes and sending camera properties to network links.

Link copied to clipboard
abstract var canvas: HTMLCanvasElement?

The canvas that is used for sending viewer properties to network links.

Link copied to clipboard
abstract var clampToGround: Boolean?

true if we want the geometry features (Polygons, LineStrings and LinearRings) clamped to the ground. Default value - false

Link copied to clipboard
abstract var credit: Credit?

A credit for the data source, which is displayed on the canvas.

Link copied to clipboard
abstract var ellipsoid: Ellipsoid?

The global ellipsoid used for geographical calculations. Default value - Ellipsoid.default

Link copied to clipboard

A container for ScreenOverlay images.

Link copied to clipboard
abstract var sourceUri: String?

Overrides the url to use for resolving relative links and other KML network features.