NavigationHistorySnapshot

data class NavigationHistorySnapshot(val visitedRoutePoints: List<RoutePoint>)

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
fun NavigationHistorySnapshot(visitedRoutePoints: List<RoutePoint>)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard