Loading...
Searching...
No Matches
NCAsyncRouteListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationPoint.h"
3#import "NCRouteStatus.h"
4#import <Foundation/Foundation.h>
5@class NCRoutePath;
6
7
21DEFAULT_EXPORT_ATTRIBUTE
22@protocol NCAsyncRouteListener <NSObject>
23
40- (void)onRouteChanged:(NCRouteStatus)status
41 currentPath:(nullable NCRoutePath *)currentPath;
42
59- (void)onRouteAdvanced:(float)distance
60 point:(nonnull NCLocationPoint *)point;
61
62@end