UnfollowedRoute

class UnfollowedRoute(val route: Route, val backToRoutePoint: GeoPoint)

Contains the information about the route that is not followed and is still in the navigation session.

Constructors

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

Properties

Link copied to clipboard

The point on the route that is the closest to the current location.

Link copied to clipboard

The route that is not being followed, but is still relevant to the navigation session.