LoadOptions

sealed interface LoadOptions(source)

Initialization options for the load method.

See also

Properties

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 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.