Package-level declarations

Types

Link copied to clipboard
class RouteTrackingState(val followedRoutes: List<Route>, val unfollowedRoutes: List<UnfollowedRoute>)

Represents the currently followed and unfollowed routes in the current navigation session.

Link copied to clipboard
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.