Type Alias GeoJSONSourceInternalOptions
type GeoJSONSourceInternalOptions = {
cluster?: boolean;
clusterMaxZoom?: number;
clusterMinPoints?: number;
clusterRadius?: number;
data?: GeoJSON | string;
generateId?: boolean;
}
cluster?: boolean;
clusterMaxZoom?: number;
clusterMinPoints?: number;
clusterRadius?: number;
data?: GeoJSON | string;
generateId?: boolean;
}
Index
Was this helpful?