Loading...
Searching...
No Matches
<NCRouteListener> Protocol Reference

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.
 

Detailed Description

Class provides a callback to be invoked when RouteManager updates routes to the target point or from point to point.

Referenced from RouteManager.

Note
The callback is invoked in the UI thread.

Definition at line 20 of file NCRouteListener.h.

Method Documentation

◆ onPathsUpdated:

- (void) onPathsUpdated: (nonnull NSArray< NCRoutePath * > *) paths

Called when new route has been calculated.

Parameters
pathscalculated list of RoutePaths to added targets.

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