Package-level declarations
ArrivalDetectionEngine: Determines the arrival status of the route destination or the next waypoint during navigation. Returns DestinationArrivalStatus for destinations and WaypointStatus for waypoints.
Types
Link copied to clipboard
Engine which determines the arrival status of the route destination or the next waypoint during navigation.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Contains options for the engine configuration.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Factory to create a DefaultArrivalDetectionEngine.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Class containing result of checking if route destination has been reached.
Link copied to clipboard
Defines the states that a waypoint can assume during navigation.
Link copied to clipboard
@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP] )
Represents the status of a waypoint in a route.