VMFloorChangePointAnnotation
@interface VMFloorChangePointAnnotation : VMPointAnnotation
Map annotation representing the control used to indicate the place where a waypath can navigate between floors
Since
1.1-
The waypoint where the floor change occurs
Declaration
Swift
@property (readwrite, strong, nonatomic) VMMSWaypoint *waypoint; -
The segment for the floor chnage
Declaration
Swift
@property (readwrite, strong, nonatomic) VMMSWaypathFloorChangeSegment *segment; -
The index of the directions that the segment leads to
Declaration
Swift
@property (assign, readwrite, nonatomic) NSNumber *userData;
VMFloorChangePointAnnotation Class Reference