SITRouteSegment Class Reference
Inherits from | NSObject |
---|---|
Declared in | SITRouteSegment.h |
floorIdentifier
An string containing the floor identifier for all of the points in this segment
@property (nonatomic, strong, nonnull) NSString *floorIdentifier
Declared In
SITRouteSegment.h
points
Return the points of the segment
@property (nonatomic, strong, nonnull) NSArray<SITPoint*> *points
Declared In
SITRouteSegment.h
– initWithFloorIdentifier:withPoints:
Constructor
- (instancetype)initWithFloorIdentifier:(nonnull NSString *)floorIdentifier withPoints:(nonnull NSArray<SITPoint*> *)points
Parameters
floorIdentifier |
String containing the floor identifier for all of the points in this segment |
---|---|
points |
Array containing all the points included in this segment |
Return Value
Initialized instance of the “SITRouteSegment” object
Declared In
SITRouteSegment.h