// This file is generated and will be overwritten automatically. #import /** ElectronicHorizon360 edge. Represents edge of ElectronicHorizon360. */ NS_SWIFT_NAME(ElectronicHorizon360Edge) __attribute__((visibility ("default"))) @interface MBNNElectronicHorizon360Edge : NSObject // This class provides custom init which should be called - (nonnull instancetype)init NS_UNAVAILABLE; // This class provides custom init which should be called + (nonnull instancetype)new NS_UNAVAILABLE; - (nonnull instancetype)initWithBranchLinks:(nonnull NSArray *)branchLinks length:(double)length roadObjectsOnEdge:(nonnull NSArray *)roadObjectsOnEdge; /** The outgoing Edges. */ @property (nonatomic, readonly, nonnull, copy) NSArray *branchLinks; /** Length of the edge. */ @property (nonatomic, readonly) double length; /** Ids of road objects for `roadObjectStore` on the edge */ @property (nonatomic, readonly, nonnull, copy) NSArray *roadObjectsOnEdge; @end