![]() |
Navmii SDK
2.2.0
Write yourself a navigation system in iOS
|
Inherits <NSObject>.
Instance Methods | |
(void) | - onReroutingStarted |
(void) | - onReroutingFinished: |
Protocol allowing to receive notifications about changes in the status of the automatic rerouting handling process.
|
optional |
The method is called once automatic rerouting handling process finishes.
newRoute | New route being navigated after the rerouting is handled and 'nil' if user has returned to the route and no rerouting handling is required. |
|
optional |
The method is called once automatic rerouting handling process starts.