react-native-baidumap-sdk
react-native-baidumap-sdk copied to clipboard
热力图加载之后如何移除
{this.state.points.length > 0 ?
<MapView.HeatMap
points={this.state.points}
radius={20}
opacity={this.state.opacity}
/> : null}
显示之后,要切换其他的数据,需要关闭,如何关闭