GeoCourse

data class GeoCourse(val course: Float, val courseAccuracy: Float, val timestamp: Long) : Parcelable

Represents course, course accuracy and acquired timestamp of data.

Constructors

Link copied to clipboard
constructor(course: Float, courseAccuracy: Float, timestamp: Long)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The course (direction of travel) of the position, in degrees. Valid course values are in the range [0, 360), with 0 degrees representing north and values increasing clockwise.

Link copied to clipboard

The course accuracy (in degrees).

Link copied to clipboard

The timestamp of acquired data in seconds from UNIX epoch

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)