novalabio/react-native-maps-super-cluster

How can I show either clusters or pins at a time on the map based on my server response

Closed this issue · 2 comments

How can I show either clusters or pins at a time on the map based on my server response

Use the state to change clusteringEnabled to what you need, like this:
clusteringEnabled ={this.state.showClusters}

Thank you