Interpolated property could have its value (some initial value should be provided) changed
according to an interpolation type.
Here is an example of an interpolated property from a map style:
"lineWidth": {
"interpolation": "Linear",
"zoomLevels": [13, 14, 15],
"values": [ 1.5, 1.2, 0.9]
}
Interpolated property could have its value (some initial value should be provided) changed according to an interpolation type.
Here is an example of an interpolated property from a map style: "lineWidth": { "interpolation": "Linear", "zoomLevels": [13, 14, 15], "values": [ 1.5, 1.2, 0.9] }