Source
abstract class Source(sourceId: String) : StyleContract.StyleSourceExtension
Content copied to clipboard
Base class for sources.
Specification of a data source. For vector and raster sources, either TileJSON or a URL to a TileJSON must be provided. For image and video sources, a URL must be provided. For GeoJSON sources, a URL or inline GeoJSON must be provided.
Constructors
Types
Functions
Properties
Inheritors
GeoJsonSource
Link copied to clipboard
ImageSource
Link copied to clipboard
RasterDemSource
Link copied to clipboard
RasterSource
Link copied to clipboard
VectorSource
Link copied to clipboard