getDestination
Request routing to a destination from the nav app
Return
bundle synchronous response to the request, can signify success, failure, or pending Key: GET_DESTINATION_RESULT Values: -1 - result pending (result will be delivered the supplied callback) 0 - completed successfully 1 - no active route 2 - failure
Parameters
bundle
data associated with requesting destination, can be null
callback
asynchronous response handler to the request if required, can be null