react-native-baidumap-sdk icon indicating copy to clipboard operation
react-native-baidumap-sdk copied to clipboard

热力图加载之后如何移除

Open yinxh2016 opened this issue 5 years ago • 0 comments

{this.state.points.length > 0 ?
        <MapView.HeatMap
          points={this.state.points}
          radius={20}
          opacity={this.state.opacity}
        /> : null}

显示之后,要切换其他的数据,需要关闭,如何关闭

yinxh2016 avatar Nov 28 '19 10:11 yinxh2016