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 currently followed and unfollowed routes in the current navigation session.
Link copied to clipboard
                  Contains the information about the route that is not followed and is still in the navigation session.