Itinerary
Types
Link copied to clipboard
interface ErrorMessageListener
Listener for error messages to show UI
Link copied to clipboard
interface ItemChangeListener
Listener for itinerary item changes
Functions
Link copied to clipboard
Add item to itinerary
Link copied to clipboard
Add multiple items to itinerary
Link copied to clipboard
Add a listener for when error message should be shown to UI
Link copied to clipboard
Add a listener for when itinerary items changed
Link copied to clipboard
Whether or not all destinations are valid
Link copied to clipboard
abstract fun createRouteRequest(@NonNull context: Context, @NonNull items: List<ItineraryItem>, useEmergencyExit: Boolean): RouteRequest
Build a RouteRequest for the supplied stops (the route-distance preview site), carrying the same alert-derived routing constraints as processRoutingRequest when an AlertProvider is registered.
Link copied to clipboard
Retrieve the itinerary item in the given position
Link copied to clipboard
Fetch the current itinerary
Link copied to clipboard
Whether or not the start is set to the user's current location
Link copied to clipboard
Whether or not the start position is valid
Link copied to clipboard
Process navigation request based on the current itinerary
Link copied to clipboard
Remove item from itinerary by index
Link copied to clipboard
Remove item from itinerary (by look-up)
Link copied to clipboard
Remove waypoint from itinerary (by look-up)
Link copied to clipboard
remove a listener for when error message should be shown to UI
Link copied to clipboard
remove a listener for when itinerary items changed
Link copied to clipboard
Removes itinerary items that do not match the given property ID, while retaining items that represent the current location.
Link copied to clipboard
Replace the specific position with the supplied item
Link copied to clipboard
Replace existing itinerary with the supplied items