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