KmlOrientation

A KML orientation object. Specifies values that define an orientation.

Since

200.6.0

Constructors

Link copied to clipboard
constructor(heading: Double, tilt: Double, roll: Double)

Creates an orientation with the specified heading, tilt, and roll values. Values are normalized in the range of 0 to 360 (inclusive). For more information on how heading, tilt, and roll relate to the coordinate system, see the documentation for KML models.

Properties

Link copied to clipboard

The heading in degrees. Values range from 0 to 360 degrees. The default value is 0.

Link copied to clipboard

The roll in degrees. Values range from 0 to 360 degrees. The default value is 0.

Link copied to clipboard

The tilt in degrees. Values range from 0 to 360 degrees. The default value is 0.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int