On this page

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;
}
Index

Properties

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
Was this helpful?
SDK JS
Reference
BucketFeature