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
41- (void)onRouteChanged:(NCRouteStatus)status
42 currentPath:(nullable NCRoutePath *)currentPath;
43
61- (void)onRouteAdvanced:(float)distance
62 point:(nonnull NCLocationPoint *)point;
63
64@end