MTProjectionType

public enum MTProjectionType : String, Codable

Type of projection the map uses.

  • Mercator projection.

    Declaration

    Swift

    case mercator
  • Globe projection.

    Declaration

    Swift

    case globe