FillTranslateAnchor

public enum FillTranslateAnchor : String, Codable, CaseIterable

Controls the frame of reference for fill-translate.

  • map

    The fill is translated relative to the map.

    Declaration

    Swift

    case map = "map"
  • The fill is translated relative to the viewport.

    Declaration

    Swift

    case viewport = "viewport"