Raster

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

Classic XYZ raster tiles — everything the OSMdroid map used to serve.

Constructors

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

Properties

Link copied to clipboard
open override val id: String
Link copied to clipboard
open override val label: String

Menu label. Every one is a proper noun, so these are deliberately not translated.

Link copied to clipboard