PoiOptions

public class PoiOptions : NSObject

Poi 생성 옵션 클래스

Initializer

  • initializer

    Declaration

    Swift

    @objc
    public required init(styleID: String)
  • initializer

    Declaration

    Swift

    @objc
    public convenience init(styleID: String, poiID: String)

Poi Properties

  • PoiID. 지정하지 않을 경우 자동으로 부여된다.

    Declaration

    Swift

    @objc
    public internal(set) var itemID: String? { get set }
  • Poi의 styleID

    Declaration

    Swift

    @objc
    public var styleID: String { get set }
  • Poi의 렌더링 우선순위

    Declaration

    Swift

    @objc
    public var rank: Int { get set }
  • Poi의 클릭가능 여부

    Declaration

    Swift

    @objc
    public var clickable: Bool { get set }
  • Poi의 transformType. 총 4가지 타입이 존재한다.

    See also

    PoiTransformType

    Declaration

    Swift

    @objc
    public var transformType: PoiTransformType { get set }
  • Poi에 추가할 텍스트를 지정한다.

    See also

    PoiText

    Declaration

    Swift

    @objc
    public func addText(_ text: PoiText)

    Parameters

    text

    Poi에 표시될 text

  • Poi에 추가할 텍스트 목록

    Declaration

    Swift

    @objc
    public func texts() -> [PoiText]

    Return Value

    Poi에 표시될 text