MGLVectorTileSource
extension MGLVectorTileSource
-
The identifiers of the tile sets that make up this source.
This array contains multiple entries for a composited source. This property is set to
nil
for non-Mapbox-hosted tile sets.Declaration
Swift
var tileSetIdentifiers: [String]? { get }
-
A Boolean value indicating whether the tile source is a supported version of the Mapbox Streets source.
Declaration
Swift
var isMapboxStreets: Bool { get }
-
A dictionary associating known tile set identifiers with identifiers of source layers that contain road names.
Declaration
Swift
static var roadLabelLayerIdentifiersByTileSetIdentifier: [String : String]
-
The identifier of a layer in this source that contains road names.
Declaration
Swift
var roadLabelLayerIdentifier: String? { get }