DrivingHistorySnapshot

A class 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.

Properties

Link copied to clipboard

Driven distance.

Link copied to clipboard

A list of RoutePoint that have already been passed.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String