MapOverlay
Overlays that composite on top of whichever Basemap is selected. Unlike basemaps these are independently toggleable and may be stacked.
Inheritors
Types
Link copied to clipboard
data class Hillshade(val id: String, val label: StringResource, val spec: RasterTileSpec, val encoding: DemEncoding) : MapOverlay
Terrain shading derived from a raster-DEM source.
Link copied to clipboard
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.