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);
Last updated
Was this helpful?
Set the cluster's geographical position and move it.
cluster.setLngLat(data);
Removes the cluster from a map.
cluster.setMap(null);
Last updated
Was this helpful?