WayfindingDelegate

The Wayfinding delegate interface defines the requires methods that an object must implement to receive callbacks from the asynchronous methods for finding a waypath and creating turn by turn directions.

Functions

Called when the system is unable to generate turn by turn directions
Link copied to clipboard
Called when the system is unable to determine a Waypath between points
Link copied to clipboard
abstract fun didFinishCreatingTurnByTurnDirections(turnByTurnDirections: List<MapDirectionStep>)
Called when turn by turn directions are completed
Link copied to clipboard
abstract fun didFinishFindingWaypath(path: Waypath)
Called when wayfinding path is found