Loading...
Searching...
No Matches
NCAsyncRouteManager.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationPoint.h"
3#import "NCRouteOptions.h"
4#import <Foundation/Foundation.h>
5@class NCRouteSession;
6
7
19DEFAULT_EXPORT_ATTRIBUTE
20@interface NCAsyncRouteManager : NSObject
21
37- (nullable NCRouteSession *)createRouteSession:(nonnull NCLocationPoint *)wayPoint
38 routeOptions:(nonnull NCRouteOptions *)routeOptions;
39
62- (nullable NCRouteSession *)createRouteSessionWithTag:(nonnull NCLocationPoint *)wayPoint
63 routeOptions:(nonnull NCRouteOptions *)routeOptions
64 tag:(nonnull NSString *)tag;
65
79- (void)cancelRouteSession:(nullable NCRouteSession *)session;
80
81@end