MTZoomStringValue

@Serializable
data class MTZoomStringValue(val zoom: Double, val value: String)

Zoom/value pair for string-based ramps.

Constructors

constructor(zoom: Double, value: String)

Properties