PerLevelPolylineStyle
open class PerLevelPolylineStyle : NSObject
PerLevelPolylineStyle의 단위 클래스
level별 PolylineStyle을 구성할 때 사용한다.
-
Initializer
Declaration
Swift
@objc public init(bodyColor: UIColor, bodyWidth: UInt, strokeColor: UIColor, strokeWidth: UInt, level: Int)
Parameters
bodyColor
Polyline의 body 색상
bodyWidth
Polyline의 body 두께
strokeColor
Polyline의 외곽선 색깔
storkeWidth
Polyline의 외곽선 두께
level
해당 단위스타일이 표출될 레벨
-
Initializer
Declaration
Swift
@objc public convenience init(bodyColor: UIColor, bodyWidth: UInt, level: Int)
Parameters
bodyColor
Polyline의 body 색상
bodyWidth
Polyline의 body 두께
level
해당 단위스타일이 표출될 레벨
-
Polyline의 Body 색깔.
Declaration
Swift
@objc public var bodyColor: UIColor { get }
-
Polyline의 Body 두께
Declaration
Swift
@objc public var bodyWidth: UInt { get }
-
Polyline의 외곽선 색깔
Declaration
Swift
@objc public var strokeColor: UIColor { get }
-
Polyline의 외곽선 두께
Declaration
Swift
@objc public var strokeWidth: UInt { get }
-
해당 단위 스타일이 표출될 레벨
Declaration
Swift
@objc public var level: Int { get }