VMPolyline

Objective-C

@interface VMPolyline

Swift

class VMPolyline

Generic polyline

Since

1.1

Public Properties

  • The floor id that the line belongs on

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nonnull floorId;
  • true if this line is in a higlighted state, false otherwise

    Declaration

    Objective-C

    @property (nonatomic) BOOL highlighted;

    Swift

    var highlighted: Int32 { get set }