CirclePitchScale

public enum CirclePitchScale : String, Codable, CaseIterable

Controls the scaling behavior of the circle when the map is pitched.

  • map

    Circles are scaled according to their apparent distance to the camera.

    Declaration

    Swift

    case map = "map"
  • Circles are not scaled.

    Declaration

    Swift

    case viewport = "viewport"