Deviated

data class Deviated(val route: Route, val backToRoutePoint: GeoPoint) : RouteTrackingState

Represents the RouteTrackingState when the deviation has been detected.

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

Constructors

Link copied to clipboard
constructor(route: Route, backToRoutePoint: GeoPoint)

Properties

Link copied to clipboard

The closest point on the route to the current location.

Link copied to clipboard
open override val route: Route

The current route.