On this page

Type Alias MapGeoJSONFeature

MapGeoJSONFeature: GeoJSONFeature & {
    layer: DistributiveOmit<LayerSpecification, "source"> & {
        source: string;
    };
    source: string;
    sourceLayer?: string;
    state: { [key: string]: any };
}

An extended geojson feature used by the events to return data to the listener

Was this helpful?
SDK JS
Reference
MapGeoJSONFeature