Navmii SDK  2.2.0
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMReroutingListener> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - onReroutingStarted
 
(void) - onReroutingFinished:
 

Detailed Description

Protocol allowing to receive notifications about changes in the status of the automatic rerouting handling process.

Method Documentation

◆ onReroutingFinished:()

- (void) onReroutingFinished: (onReroutingFinished(newRoute:))  NS_SWIFT_NAME
optional

The method is called once automatic rerouting handling process finishes.

Parameters
newRouteNew route being navigated after the rerouting is handled and 'nil' if user has returned to the route and no rerouting handling is required.

◆ onReroutingStarted()

- (void) onReroutingStarted
optional

The method is called once automatic rerouting handling process starts.