NavmiiSDK
Write yourself a navigation system in iOS
Instance Methods | List of all members
<NMRouteDelegate> Protocol Reference

Inherits <NSObject>.

Instance Methods

(void) - onRouteCalculationStarted:
 
(void) - onRouteCalculationFinished:byReason:
 
(void) - onReroutingByTrafficSucceeded:oldTime:newTime:
 
(void) - onRouteCleared
 

Method Documentation

- (void) onReroutingByTrafficSucceeded: (BOOL)  isNewRouteCalculated
oldTime: (double)  oldTimeInSec
newTime: (double)  newTimeInSec 
optional

Tells the delegate that rerouting by traffic succedded

Parameters
isNewRouteCalculated
oldTimeInSecPrevious estimation of time in seconds
newTimeInSecNew estimation of time in seconds
- (void) onRouteCalculationFinished: (NMRouteCalculationStatus)  status
byReason: (NMRouteCalculationReason)  reason 
optional

Tells the delegate that route calculation finished

Parameters
statusStatus of route calculation
reasonReason of route calculation
- (void) onRouteCalculationStarted: (NMRouteCalculationReason)  reason
optional

Tells the delegate that route calculation started

Parameters
reasonReason of route calculation
- (void) onRouteCleared
optional

Tells the delegate that route is cleared


The documentation for this protocol was generated from the following file: