VMWaypointAnnotation
Objective-C
@interface VMWaypointAnnotation : VMFloorAnnotation
Swift
class VMWaypointAnnotation
Map annotation representing a waypoint
Since
1.1-
The underlying waypoint
Declaration
Objective-C
@property (nonatomic, strong) VMMSWaypoint *_Nonnull waypoint;
Swift
var waypoint: VMMSWaypoint! { get set }