NavigationHistorySnapshot

data class NavigationHistorySnapshot(val visitedRoutePoints: List<<Error class: unknown class>>)

Navigation history is a structure containing info regarding the passed history of the route, such as visited polyline points (route points).

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

Parameters

visitedRoutePoints

A list of already passed route points

Constructors

Link copied to clipboard
constructor(visitedRoutePoints: List<<Error class: unknown class>>)

Properties

Link copied to clipboard
val travelDistance: <Error class: unknown class>
Link copied to clipboard
val travelTime: <Error class: unknown class>
Link copied to clipboard
val visitedRoutePoints: List<<Error class: unknown class>>