VMPolyline

@interface VMPolyline

Generic polyline

Since

1.1
  • The floor id that the line belongs on

    Declaration

    Swift

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

    Declaration

    Swift

    @property (assign, readwrite, nonatomic) BOOL highlighted;