MTHelperPropertyValue

@Serializable
data class MTHelperPropertyValue(val propertyValue: Double, val value: Double)

Property/value pair for data-driven styles.

Constructors

constructor(propertyValue: Double, value: Double)