ItineraryManager
Manages itineraries displayed on the map.
Functions
Link copied to clipboard
Adds an itinerary to be drawn on the map.
Link copied to clipboard
suspend fun computeItineraries(origin: Coordinate, destination: Coordinate, travelMode: TravelMode = TravelMode.Walk(), searchRules: ItinerarySearchRules = ItinerarySearchRules()): List<Itinerary>
Link copied to clipboard
Removes an itinerary previously added to the map.
Link copied to clipboard