RasterBasemapSource

data class RasterBasemapSource(val id: String, val label: String, val spec: RasterTileSpec)(source)

A raster basemap: XYZ tiles that stand in for the base map itself.

The label is a provider or product name — OpenStreetMap, USGS Topo, Esri Imagery — so it is deliberately not translated. Compare RasterOverlaySource, whose labels describe what the layer shows and therefore are.

Constructors

Link copied to clipboard
constructor(id: String, label: String, spec: RasterTileSpec)

Properties

Link copied to clipboard
val id: String
Link copied to clipboard
Link copied to clipboard