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>
Inherits <NSObject>.
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. |