Type Alias FeatureGroup

type FeatureGroup = {
    features: MapGeoJSONFeature[];
    groupKey: string | number | boolean;
}
Index

Properties

Properties

features: MapGeoJSONFeature[]
groupKey: string | number | boolean

Was this helpful?

SDK JS
Modules
Reference
types
FeatureGroup