Scheme

public struct Scheme : RawRepresentable, Codable, Hashable

Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) profile is assumed.

  • Declaration

    Swift

    public let rawValue: String
  • Declaration

    Swift

    public init(rawValue: String)
  • xyz

    Slippy map tilenames scheme.

    Declaration

    Swift

    public static let xyz: Scheme
  • tms

    OSGeo spec scheme.

    Declaration

    Swift

    public static let tms: Scheme