NMFZoomControlView
@interface NMFZoomControlView : UIView
줌 버튼 컨트롤.
-
이 컨트롤과 연결할 지도 객체.
nil
일 경우 컨트롤이 동작하지 않습니다.기본값은
nil
입니다.Declaration
Objective-C
@property (nonatomic, weak, nullable) NMFMapView *mapView;
Swift
weak var mapView: NMFMapView? { get set }