Raster
data class Raster(val id: String, val label: StringResource, val spec: RasterTileSpec) : MapOverlay(source)
A plain raster overlay, e.g. weather imagery.
Properties
Link copied to clipboard
Menu label. A resource, not a literal: unlike the basemaps — whose labels are provider and style names (OpenStreetMap, Liberty, Esri) that stay the same in every language — these describe what the overlay shows, and a phrase like weather radar is ordinary UI text that has to translate.
Link copied to clipboard