sdk
/
com.sygic.sdk.position
/
GeoCourse
Geo
Course
data class
GeoCourse
:
Parcelable
Content copied to clipboard
Represents course, course accuracy and acquired timestamp of data.
Types
Functions
Properties
Types
Companion
Link copied to clipboard
object
Companion
Content copied to clipboard
Functions
describeContents
Link copied to clipboard
abstract fun
describeContents
():
Int
Content copied to clipboard
writeToParcel
Link copied to clipboard
abstract fun
writeToParcel
(p0:
Parcel
, p1:
Int
)
Content copied to clipboard
Properties
course
Link copied to clipboard
val
course
:
Float
Content copied to clipboard
The course (direction of travel) of the position, in degrees.
courseAccuracy
Link copied to clipboard
val
courseAccuracy
:
Float
Content copied to clipboard
The course accuracy (in degrees).
timestamp
Link copied to clipboard
val
timestamp
:
Long
Content copied to clipboard
The timestamp of acquired data in seconds from UNIX epoch