FillTranslateAnchor
public struct FillTranslateAnchor : RawRepresentable, Codable, Hashable
Controls the frame of reference for fill-translate
.
-
Declaration
Swift
public let rawValue: String
-
Declaration
Swift
public init(rawValue: String)
-
The fill is translated relative to the map.
Declaration
Swift
public static let map: FillTranslateAnchor
-
The fill is translated relative to the viewport.
Declaration
Swift
public static let viewport: FillTranslateAnchor