On this page

Type Alias ClusterIDAndSource

type ClusterIDAndSource = {
    clusterId: number;
    source: string;
    type: "geojson";
}
Index

Properties

Properties

clusterId: number
source: string
type: "geojson"
Was this helpful?
SDK JS
Reference
ClusterIDAndSource