On this page

Type Alias GeoJSONSourceInternalOptions

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

Properties

cluster?: boolean
clusterMaxZoom?: number
clusterMinPoints?: number
clusterRadius?: number
data?: GeoJSON | string
generateId?: boolean
Was this helpful?
SDK JS
Reference
GeoJSONSourceInternalOptions