DrivingHistorySnapshot

data class DrivingHistorySnapshot(val drivenPath: List<RoutePoint> = emptyList())

A structure containing information about things in the route that the driver has already passed, such as visited locations and driven distance.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

drivenPath

A list of RoutePoint that have already been passed.

Constructors

Link copied to clipboard
fun DrivingHistorySnapshot(drivenPath: List<RoutePoint> = emptyList())

Properties

Link copied to clipboard

Driven distance.

Link copied to clipboard