LineTranslateAnchor

public struct LineTranslateAnchor : RawRepresentable, Codable, Hashable

Controls the frame of reference for line-translate.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • map

    The line is translated relative to the map.

    Declaration

    Swift

    public static let map: LineTranslateAnchor
  • The line is translated relative to the viewport.

    Declaration

    Swift

    public static let viewport: LineTranslateAnchor