NMFIndoorLevelPickerView


@interface NMFIndoorLevelPickerView
    : UIView <UITableViewDelegate, UITableViewDataSource>

실내지도 층 피커 컨트롤.

  • 이 컨트롤과 연결할 지도 객체. nil일 경우 컨트롤이 동작하지 않습니다.

    기본값은 nil입니다.

    Declaration

    Objective-C

    @property (nonatomic, weak, nullable) NMFMapView *mapView;

    Swift

    weak var mapView: NMFMapView? { get set }
  • 실내지도 층 피커의 높이에 대한 NSLayoutConstraint 객체.

    Declaration

    Objective-C

    @property (nonatomic, weak) NSLayoutConstraint *_Nullable viewHeightConstraint;

    Swift

    @IBOutlet weak var viewHeightConstraint: NSLayoutConstraint? { get set }