NMCMarkerInfo
@interface NMCMarkerInfo : NSObject
지도에 노출되어야 하는 마커의 속성을 나타내는 클래스. 이 클래스의 인스턴스는 불변이며 모든 스레드에서 안전하게 접근할 수 있습니다.
-
태그.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSObject *tag;
Swift
var tag: NSObject? { get }
-
마커가 노출되는 최소 줌 레벨.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger minZoom;
Swift
var minZoom: Int { get }
-
마커가 노출되는 최대 줌 레벨.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger maxZoom;
Swift
var maxZoom: Int { get }