MTTileSource

Protocol requirements for all tile type sources.

Inheritors

Properties

abstract var attribution: String?

Attribution string.

abstract var bounds: DoubleArray

Bounds of the source.

abstract var identifier: String

Unique id of the source.

abstract var maxZoom: Double

Max zoom of the source.

abstract var minZoom: Double

Min zoom of the source.

abstract var tiles: Array<URL>?

List of URLs pointing to the tiles resources.

abstract val type: MTSourceType

Type of the source.

abstract var url: URL?

URL pointing to the source resource.