NotificationUserInfoKey
Keys in the user info dictionaries of various notifications posted by instances
of RouteController.
-
-
-
-
A key in the user info dictionary of a
Notification.Name.routeControllerProgressDidChange,Notification.Name.routeControllerDidPassVisualInstructionPoint, orNotification.Name.routeControllerDidPassSpokenInstructionPointnotification. The corresponding value is aRouteProgressobject representing the current route progress. -
A key in the user info dictionary of a
Notification.Name.routeControllerProgressDidChange,Notification.Name.routeControllerWillReroute, orNotification.Name.routeControllerDidReroutenotification. The corresponding value is aCLLocationobject representing the current idealized user location. -
A key in the user info dictionary of a
Notification.Name.routeControllerProgressDidChangenotification. The corresponding value is aCLLocationobject representing the current raw user location. -
A key in the user info dictionary of a
Notification.Name.routeControllerDidFailToReroutenotification. The corresponding value is anNSErrorobject indicating whyRouteControllerwas unable to calculate a new route. -
A key in the user info dictionary of an
Notification.Name.routeControllerDidPassVisualInstructionPoint. The corresponding value is anVisualInstructionobject representing the current visual instruction. -
A key in the user info dictionary of a
Notification.Name.routeControllerDidPassSpokenInstructionPointnotification. The corresponding value is anSpokenInstructionobject representing the current visual instruction. -
A key in the user info dictionary of a
Notification.Name.routeControllerDidReroutenotification. The corresponding value is anNSNumberinstance containing a Boolean value indicating whetherRouteControllerproactively rerouted the user onto a faster route.
Install in Dash
NotificationUserInfoKey Structure Reference