Type Alias MapGeoJSONFeature
MapGeoJSONFeature: GeoJSONFeature & {
layer: DistributiveOmit<LayerSpecification, "source"> & {
source: string;
};
source: string;
sourceLayer?: string;
state: { [key: string]: any };
}
layer: DistributiveOmit<LayerSpecification, "source"> & {
source: string;
};
source: string;
sourceLayer?: string;
state: { [key: string]: any };
}
Was this helpful?
An extended geojson feature used by the events to return data to the listener