UnfollowedRoute

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

Represents the UnfollowedRoute that is still in the navigation session.

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