Package-level declarations
RouteTrackingEngine: Detects whether the routes are being followed or deviated from. Returns RouteTrackingState.
Types
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Responsible for detecting whether the routes are being followed or deviated from.
Link copied to clipboard
Responsible for creating default implementation of RouteTrackingEngine.
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.
Link copied to clipboard
Represents the reason why the route is no longer being followed.