A segment describes a part of a computed route.
Inherits NSObject, and <NSCopying>.
Instance Methods | |
(instancetype) | - initWithManeuver:floorTransitionType:floorTransitionId:duration:length:path: |
Instantiates a segment object. More... | |
Properties | |
NSArray< VMEPosition * > * | path |
The path of the segment. More... | |
double | duration |
The duration (seconds) of the segment. More... | |
double | length |
The length (metres) of the segment. More... | |
VMEManeuverType | maneuverType |
The maneuver type of the segment. More... | |
VMEFloorTransitionType | floorTransitionType |
The floor transition type of the segment. More... | |
NSString * | floorTransitionId |
The floor transition id of the segment. More... | |