Type Alias SizeData
SizeData:
| { kind: "constant"; layoutSize: number }
| { kind: "source" }
| {
interpolationType: InterpolationType;
kind: "camera";
maxSize: number;
maxZoom: number;
minSize: number;
minZoom: number;
}
| {
interpolationType: InterpolationType;
kind: "composite";
maxZoom: number;
minZoom: number;
}
| { kind: "constant"; layoutSize: number }
| { kind: "source" }
| {
interpolationType: InterpolationType;
kind: "camera";
maxSize: number;
maxZoom: number;
minSize: number;
minZoom: number;
}
| {
interpolationType: InterpolationType;
kind: "composite";
maxZoom: number;
minZoom: number;
}
Was this helpful?