KmlGroundOverlay

data class KmlGroundOverlay(val name: String?, val href: String, val north: Double, val south: Double, val east: Double, val west: Double, val rotationDegrees: Double = 0.0)(source)

A KML <GroundOverlay>: an image draped over a <LatLonBox>.

rotationDegrees is the box's optional <rotation> — degrees counter-clockwise about the box centre, per the KML reference. href is untouched: a KMZ-packed relative path, an absolute URL, or (as the Site Planner exports) a sibling file name that nothing can fetch — what is reachable is the importer's judgement, not the parser's.

Constructors

Link copied to clipboard
constructor(name: String?, href: String, north: Double, south: Double, east: Double, west: Double, rotationDegrees: Double = 0.0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Where the overlay's image corners land, with the box's <rotation> applied.