LastKnownLocation

data class LastKnownLocation(val coordinate: Coordinate, val dataSource: LocationDataSource) : Parcelable

A last known location of the vehicle.

See also

Parameters

coordinate

The last known coordinates of the vehicle.

dataSource

Indicates where the coordinate information comes from.

Constructors

Link copied to clipboard
fun LastKnownLocation(coordinate: Coordinate, dataSource: LocationDataSource)

Properties

Link copied to clipboard
val coordinate: Coordinate
Link copied to clipboard
val dataSource: LocationDataSource

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)