IconTranslateAnchor
public struct IconTranslateAnchor : RawRepresentable, Codable, Hashable
Controls the frame of reference for icon-translate.
-
Declaration
Swift
public let rawValue: String -
Declaration
Swift
public init(rawValue: String) -
Icons are translated relative to the map.
Declaration
Swift
public static let map: IconTranslateAnchor -
Icons are translated relative to the viewport.
Declaration
Swift
public static let viewport: IconTranslateAnchor
IconTranslateAnchor Structure Reference