Loading...
Searching...
No Matches
NCRoutePath.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCLocationPoint.h"
3#import "NCRouteEvent.h"
4#import <Foundation/Foundation.h>
5@class NCRoutePath;
6
7
22DEFAULT_EXPORT_ATTRIBUTE
23@interface NCRoutePath : NSObject
24
44- (nullable NCRoutePath *)head:(float)advance;
45
65- (nullable NCRoutePath *)tail:(float)advance;
66
79@property (nonatomic, readonly) float length;
80
93@property (nonatomic, nonnull, readonly) NSArray<NCRouteEvent *> * events;
94
109@property (nonatomic, nonnull, readonly) NSArray<NCLocationPoint *> * points;
110
111@end