Package-level declarations
Types
Link copied to clipboard
Responsible for detecting whether the routes are being followed or deviated from.
Link copied to clipboard
class RouteTrackingState(val followedRoutes: List<Route>, val unfollowedRoutes: List<UnfollowedRoute>)
Represents the RouteTrackingState of the current navigation session.
Link copied to clipboard
Represents the UnfollowedRoute that is still in the navigation session.