MTVectorTileSource
A vector tile source.
Constructors
constructor(identifier: String, attribution: String?, bounds: DoubleArray, maxZoom: Double, minZoom: Double, tiles: Array<URL>?, url: URL?, type: MTSourceType, scheme: MTTileScheme)
Properties
Attribution to be displayed when the map is shown to a user.
An array containing the longitude and latitude of the southwest and northeast corners of the source’s bounding box in the following order: sw.lng, sw.lat, ne.lng, ne.lat.
Unique identifier of a source.
Scheme used for tiles. Influences the y direction of the tile coordinates. The global-mercator (aka Spherical Mercator) is assumed.
Type of the layer.