Geo Course
data class GeoCourse(course: Float, courseAccuracy: Float, timestamp: Long) : Parcelable
Content copied to clipboard
Represents course, course accuracy and acquired timestamp of data.
Represents course, course accuracy and acquired timestamp of data.