Kml Track Element
Constructors
Link copied to clipboard
Creates a KmlTrackElement from a time instant, and optional coordinate and angle.
Properties
Link copied to clipboard
The angle at this point in the track. Null values will be interpolated upon track creation and KmlTrackElement.isAngleInterpolated will be true.
Link copied to clipboard
The coordinate at this point in the track. Null values will be interpolated upon track creation and KmlTrackElement.isCoordinateInterpolated will be true.
Link copied to clipboard
True if the angle was interpolated, false if a concrete value was provided.
Link copied to clipboard
True if the coordinate was interpolated, false if a concrete value was provided.