BasemapChoice

data class BasemapChoice(val id: String, val label: String)(source)

One entry in the BasemapMenu.

The label is a provider or product name — Satellite, OpenTopoMap, whatever the user called their own source — so it arrives already resolved rather than as a string resource.

Constructors

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

Properties

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