ConstructorOptions

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

See also

Properties

Link copied to clipboard
abstract val camera: Camera?

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

Link copied to clipboard
abstract val canvas: <Error class: unknown class>?

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

Link copied to clipboard
abstract val 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 val credit: Credit?

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

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

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

Link copied to clipboard
abstract val screenOverlayContainer: <Error class: unknown class>?

A container for ScreenOverlay images.

Link copied to clipboard
abstract val sourceUri: String?

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