VMFloorChangePointAnnotation

Objective-C

@interface VMFloorChangePointAnnotation : VMPointAnnotation

Swift

class VMFloorChangePointAnnotation

Map annotation representing the control used to indicate the place where a waypath can navigate between floors

Since

1.1

Public Properties

  • The waypoint where the floor change occurs

    Declaration

    Objective-C

    @property (nonatomic, strong) VMMSWaypoint *_Nonnull waypoint;

    Swift

    var waypoint: VMMSWaypoint! { get set }
  • The segment for the floor chnage

    Declaration

    Objective-C

    @property (nonatomic, strong) VMMSWaypathFloorChangeSegment *_Nonnull segment;

    Swift

    var segment: VMMSWaypathFloorChangeSegment! { get set }
  • The index of the directions that the segment leads to

    Declaration

    Objective-C

    @property (nonatomic, nullable) NSNumber *userData;

    Swift

    var userData: UnsafeMutablePointer<Int32>? { get set }