DrivingHistorySnapshot

data class DrivingHistorySnapshot(val drivenPath: List<<Error class: unknown class>> = 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
constructor(drivenPath: List<<Error class: unknown class>> = emptyList())

Properties

Link copied to clipboard
val drivenDistance: <Error class: unknown class>

Driven distance.

Link copied to clipboard
val drivenPath: List<<Error class: unknown class>>