MapMatchingAPICallback

interface MapMatchingAPICallback

Interface definition for a callback associated with map matching request.

Functions

Link copied to clipboard
abstract fun failure(failure: MapMatchingFailure)

Called in case of error.

Link copied to clipboard
abstract fun onCancel()

Called in case of map matching request cancellation

Link copied to clipboard
abstract fun success(result: MapMatchingSuccessfulResult)

Called when routes are available.