Determines how numeric value fields in color stops are interpreted.
'raw' — stop values are actual metric values used directly
(e.g. congestion: 0–100, speed: 0–120 km/h, travelTime: 0–20 s/km).
'relativeToPredefinedRangePCT' — stop values are 0–100 percentages relative to the SDK's predefined
metric ranges (congestion 0–100, speed 0–120 km/h, travelTime 0–20 s/km).
Useful for consistent coloring regardless of the current dataset.
'relativeToActualRangePCT' — stop values are 0–100 percentages relative to the live data
range actually present in the loaded tiles (0 % = loaded minimum, 100 % = loaded maximum).
Useful for maximum contrast when exact values are unknown.
Determines how numeric
valuefields in color stops are interpreted.'raw'— stop values are actual metric values used directly (e.g. congestion: 0–100, speed: 0–120 km/h, travelTime: 0–20 s/km).'relativeToPredefinedRangePCT'— stop values are 0–100 percentages relative to the SDK's predefined metric ranges (congestion 0–100, speed 0–120 km/h, travelTime 0–20 s/km). Useful for consistent coloring regardless of the current dataset.'relativeToActualRangePCT'— stop values are 0–100 percentages relative to the live data range actually present in the loaded tiles (0 % = loaded minimum, 100 % = loaded maximum). Useful for maximum contrast when exact values are unknown.Defaults to
'raw'.