com.maptiler.maptilersdk.map.style.source

Types

@Serializable
class MTGeoJSONSource : MTSource

A geojson source.

class MTImageSource(var identifier: String, url: URL, var coordinates: List<LngLat>) : MTSource

An image source.

Encoding types for Raster DEM sources.

A raster DEM source. Only supports Terrain RGB encodings.

A raster tile source. Tiles must be in ZXY or TMS tile format. For raster tiles hosted by MapTiler, the URL should be of the form: https://api.maptiler.com/tiles/[tilesetid]/tiles.json?key=

interface MTSource

Protocol requirements for all types of Sources.

@Serializable
enum MTSourceType : Enum<MTSourceType>

Types of sources.

Protocol requirements for all tile type sources.

A vector tile source.

class MTVideoSource(var identifier: String, var urls: List<URL>, var coordinates: List<LngLat>) : MTSource

A video source.