Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point. More...
#include <com/navigine/idl/objc/NCRouteListener.h>
Inheritance diagram for <NCRouteListener>:Instance Methods | |
| (void) | - onPathsUpdated: |
| Called when new route has been calculated. | |
Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point.
Referenced from RouteManager.
Definition at line 20 of file NCRouteListener.h.
| - (void) onPathsUpdated: | (nonnull NSArray< NCRoutePath * > *) | paths |
Called when new route has been calculated.
| paths | calculated list of RoutePaths to added targets. |
Swift code snippet:
Objective C code snippet: