Loading...
Searching...
No Matches
NCRoutePath.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCRouteNode.h"
3#import <Foundation/Foundation.h>
4@class NCRoutePath;
5
6
19DEFAULT_EXPORT_ATTRIBUTE
20@interface NCRoutePath : NSObject
21
37- (nullable NCRoutePath *)head:(float)advance;
38
54- (nullable NCRoutePath *)tail:(float)advance;
55
69- (nonnull NSArray<NCRouteNode *> *)nodes;
70
84@property (nonatomic, readonly) float length;
85
99@property (nonatomic, readonly) float weight;
100
101@end