VMWaypointAnnotation

Objective-C

@interface VMWaypointAnnotation : VMFloorAnnotation

Swift

class VMWaypointAnnotation

Map annotation representing a waypoint

Since

1.1

Public Properties

  • The underlying waypoint

    Declaration

    Objective-C

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

    Swift

    var waypoint: VMMSWaypoint! { get set }