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