Type Alias BucketFeature
type BucketFeature = {
dashes?: NonNullable<Feature["dashes"]>;
geometry: Point[][];
id?: any;
index: number;
patterns: { [_: string]: { max: string; mid: string; min: string } };
properties: any;
sortKey?: number;
sourceLayerIndex: number;
type: 0 | 1 | 2 | 3;
}
dashes?: NonNullable<Feature["dashes"]>;
geometry: Point[][];
id?: any;
index: number;
patterns: { [_: string]: { max: string; mid: string; min: string } };
properties: any;
sortKey?: number;
sourceLayerIndex: number;
type: 0 | 1 | 2 | 3;
}
Index
Properties
Was this helpful?