Type alias ClusterIDAndSource

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

The parameters needed in order to get information about the cluster

Type declaration

  • clusterId: number
  • source: string
  • type: "geojson"