/tripkit/TripKitAndroidUIData/com.skedgo.tripkit.ui.data.tripprogress/LocationSampleDto
LocationSampleDto
\ @Value.Immutable
@Gson.TypeAdapters
interface LocationSampleDto
Types
| Name | Summary |
|---|---|
| Builder | open class Builder |
Functions
| Name | Summary |
|---|---|
| bearing | abstract fun bearing(): Int |
| latitude | abstract fun latitude(): Double |
| longitude | abstract fun longitude(): Double |
| speed | abstract fun speed(): Int |
| timestamp | abstract fun timestamp(): Long |