stopNavigation

open fun stopNavigation(bundle: Bundle?, callback: <Error class: unknown class>?): Bundle

Cancel guidance in the nav app

Return

bundle synchronous response to the request, can signify success, failure, or pending Key: STOP_RESULT Values: -1 - result pending (result will be delivered the supplied callback) 0 - completed successfully 1 - no route to cancel 2 - failure

Parameters

bundle

data associated with requesting cancellation, can be null

callback

asynchronous response handler to the request if required, can be null