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.routeControllerDidPassSpokenInstructionPoint
notification. The corresponding value is aRouteProgress
object representing the current route progress. -
A key in the user info dictionary of a
Notification.Name.routeControllerProgressDidChange
,Notification.Name.routeControllerWillReroute
, orNotification.Name.routeControllerDidReroute
notification. The corresponding value is aCLLocation
object representing the current idealized user location. -
A key in the user info dictionary of a
Notification.Name.routeControllerProgressDidChange
notification. The corresponding value is aCLLocation
object representing the current raw user location. -
A key in the user info dictionary of a
Notification.Name.routeControllerDidFailToReroute
notification. The corresponding value is anNSError
object indicating whyRouteController
was unable to calculate a new route. -
A key in the user info dictionary of an
Notification.Name.routeControllerDidPassVisualInstructionPoint
. The corresponding value is anVisualInstruction
object representing the current visual instruction. -
A key in the user info dictionary of a
Notification.Name.routeControllerDidPassSpokenInstructionPoint
notification. The corresponding value is anSpokenInstruction
object representing the current visual instruction. -
A key in the user info dictionary of a
Notification.Name.routeControllerDidReroute
notification. The corresponding value is anNSNumber
instance containing a Boolean value indicating whetherRouteController
proactively rerouted the user onto a faster route.