LodLabelLayerOptions
open class LodLabelLayerOptions : NSObjectLodLabelLayer 생성 옵션
- 
                  
                  initializer DeclarationSwift @objc public init(layerID: String, competitionType: CompetitionType, competitionUnit: CompetitionUnit, orderType: OrderingType, zOrder: Int, radius: Float)ParameterslayerIDlayer ID competitionType다른 poi와 경쟁하는 방법 competitionUnit경쟁을 하는 단위 orderTypecompetitionType이 same일 때, 경쟁하는 기준 zOrderlayer의 zOrder. 값이 클수록 위에 그려진다. radiusLOD를 계산할 때 사용하는 반경 원의 반지름 
- 
                  
                  layerID DeclarationSwift @objc public var layerID: String { get set }
- 
                  
                  다른 poi와 경쟁하는 방법을 지정한다. 해당 레이어에 속한 poi는 모두 해당 방법으로 경쟁한다. DeclarationSwift @objc public var competitionType: CompetitionType { get set }
- 
                  
                  경쟁할 때 단위를 지정한다. 해당 레이어에 속한 poi는 모두 해당 방법으로 경쟁한다. DeclarationSwift @objc public var competitionUnit: CompetitionUnit { get set }
- 
                  
                  competitionType이 same일 때 경쟁하는 기준을 설정한다. DeclarationSwift @objc public var orderType: OrderingType { get set }
- 
                  
                  layer의 zOrder zOrder는 같은 LodLabelLayer타입끼리만 유효하며, zOrder 값이 클수록 더 위에 그려진다 즉, zOrder가 0인 LodLabelLayer는에 속한 Label은 zOrder가 1인 LodLabelLayer에 속한 Label보다 아래에 그려진다. DeclarationSwift @objc public var zOrder: Int { get set }
- 
                  
                  Lod 처리시 계산하는 반경 DeclarationSwift @objc public var radius: Float { get set }
 LodLabelLayerOptions Class Reference
      LodLabelLayerOptions Class Reference