On this page

Type Alias SymbolFeature

type SymbolFeature = {
    geometry: Point[][];
    icon: ResolvedImage;
    id?: any;
    index: number;
    properties: any;
    sortKey: number | void;
    sourceLayerIndex: number;
    text: Formatted | void;
    type: "Unknown" | "Point" | "LineString" | "Polygon";
}
Index

Properties

geometry: Point[][]
id?: any
index: number
properties: any
sortKey: number | void
sourceLayerIndex: number
text: Formatted | void
type: "Unknown" | "Point" | "LineString" | "Polygon"
Was this helpful?
SDK JS
Reference
SymbolFeature