NMFLocationButton


@interface NMFLocationButton : UIButton

현위치 버튼 컨트롤.

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

    기본값은 nil입니다.

    Declaration

    Objective-C

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

    Swift

    weak var mapView: NMFMapView? { get set }