CircleTranslateAnchor

public struct CircleTranslateAnchor : RawRepresentable, Codable, Hashable

Controls the frame of reference for circle-translate.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • map

    The circle is translated relative to the map.

    Declaration

    Swift

    public static let map: CircleTranslateAnchor
  • The circle is translated relative to the viewport.

    Declaration

    Swift

    public static let viewport: CircleTranslateAnchor