/tripkit/TripKitAndroidUIDomain/com.skedgo.tripkit.location/LocationSample
LocationSample
\ data class LocationSample(var timestamp: Long, var latitude: Double, var longitude: Double, var bearing: Int, var speed: Int)
Constructors
LocationSample | constructor(timestamp: Long, latitude: Double, longitude: Double, bearing: Int, speed: Int) |
Properties
Name | Summary |
---|---|
bearing | var bearing: Int |
latitude | var latitude: Double |
longitude | var longitude: Double |
speed | var speed: Int |
timestamp | var timestamp: Long |