Hi,
I decided to try out your library.
It works ok on ios, but on android, it doesn't seem to draw all the points. I'm not sure what is causing it, whether it is due to the density of the points or because it is close to the current location marker.
I'm using this...
<MapView.Heatmap
points={this.props.heatmapPoints}
maxIntensity={3}
radius={20}
gradientSmoothing={10}
heatmapMode={"POINTS_WEIGHT"}/>
Any ideas?
Hi,
I decided to try out your library.
It works ok on ios, but on android, it doesn't seem to draw all the points. I'm not sure what is causing it, whether it is due to the density of the points or because it is close to the current location marker.
I'm using this...
<MapView.Heatmap
points={this.props.heatmapPoints}
maxIntensity={3}
radius={20}
gradientSmoothing={10}
heatmapMode={"POINTS_WEIGHT"}/>
Any ideas?