IconTranslateAnchor

public enum IconTranslateAnchor : String, Codable, CaseIterable

Controls the frame of reference for icon-translate.

  • map

    Icons are translated relative to the map.

    Declaration

    Swift

    case map = "map"
  • Icons are translated relative to the viewport.

    Declaration

    Swift

    case viewport = "viewport"