> For the complete documentation index, see [llms.txt](https://nostramap-doc.fatos.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nostramap-doc.fatos.biz/fatos-api/map/map-control/cluster/instance-members.md).

# Instance Members

### setLngLat(data)

Set the cluster's geographical position and move it.

```
 cluster.setLngLat(data);
```

### Remove Cluster

Removes the cluster from a map.

```
cluster.setMap(null);
```
