NavigationSnapshot
data class NavigationSnapshot(val locationSnapshot: LocationSnapshot, val historySnapshot: DrivingHistorySnapshot, val configurationSnapshot: ConfigurationSnapshot, val vehicleProfile: Vehicle = Vehicle.Car(), val tripSnapshot: TripSnapshot? = null)
Snapshot of the current navigation session.
Important: This is a Public Preview API. It may be changed or removed at any time.
Parameters
locationSnapshot
Location information of current navigation session.
historySnapshot
Sequence of visited locations and driven distance.
configurationSnapshot
Configuration of current navigation session.
vehicleProfile
Specifies the current active vehicle profile, if set.
tripSnapshot
Trip status information of current navigation session.
Constructors
Link copied to clipboard
constructor(locationSnapshot: LocationSnapshot, historySnapshot: DrivingHistorySnapshot, configurationSnapshot: ConfigurationSnapshot, vehicleProfile: Vehicle = Vehicle.Car(), tripSnapshot: TripSnapshot? = null)