TrajectoryPoint

data class TrajectoryPoint

Class representing a single point on the Trajectory.

Properties

angle
Link copied to clipboard
val angle: Double

An angle, in degrees, between previous, this and next Trajectory points.

course
Link copied to clipboard
val course: Double

Course (or Heading), in degrees, of the vehicle/device at the Trajectory Point. 0 being equal to the North and 90 to the East.

distanceFromStart
Link copied to clipboard
val distanceFromStart: Double

Distance, in meters, of this point from the Trajectory start.

position
Link copied to clipboard
val position: GeoCoordinates

Position of the point on the Earth