Class NCRouteListener - Navigine/Indoor-Navigation-iOS-Mobile-SDK-2.0 GitHub Wiki

NCRouteListener provides a callback to be invoked when NCRouteManager updates the routes to the target point or from point to point. The callback is invoked in the UI thread.

Referenced from: NCRouteManager.

@protocol NCRouteListener

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

@end