GeoCourse

data class GeoCourse : Parcelable

Represents course, course accuracy and acquired timestamp of data.

Types

Companion
Link copied to clipboard
object Companion

Functions

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

Properties

course
Link copied to clipboard
val course: Float
The course (direction of travel) of the position, in degrees.
courseAccuracy
Link copied to clipboard
val courseAccuracy: Float
The course accuracy (in degrees).
timestamp
Link copied to clipboard
val timestamp: Long
The timestamp of acquired data in seconds from UNIX epoch