# 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);
```
