MTTileSource

public protocol MTTileSource : MTSource

Protocol requirements for all tile type sources.

  • Attribution string.

    Declaration

    Swift

    var attribution: String? { get set }
  • Bounds of the source.

    Declaration

    Swift

    var bounds: [Double] { get set }
  • Max zoom of the source.

    Declaration

    Swift

    var maxZoom: Double { get set }
  • Min zoom of the source.

    Declaration

    Swift

    var minZoom: Double { get set }
  • List of URLs pointing to the tiles resources.

    Declaration

    Swift

    var tiles: [URL]? { get set }