Other Type Aliases
The following type aliases are available globally.
-
A closure to call when the
NavigationDirections
router has been configured completely. -
A closure to call when an unpacking operation has made some progress.
-
A closure to call once an unpacking operation has completed.
-
A closure (block) to be called when a directions request is complete.
If the request was canceled or there was an error obtaining the routes, this argument may be
nil
.If the request was canceled or there was an error obtaining the routes, this argument is
nil
. This is not to be confused with the situation in which no results were found, in which case the array is present but empty. -
-
A container view controller is a view controller that behaves as a navigation component; that is, it responds as the user progresses along a route according to the
NavigationServiceDelegate
protocol.