计算距离点com.jjoe64.graphview.GraphView的距离

时间:2017-01-09 15:51:46

标签: android position distance

我使用com.jjoe64.graphview.GraphView OnDataPointTapListener方法onTap提供DataPointInterface dataPoint。

是否可以计算闭合绘制的dataPoint(数组)?

@Override
public void onTap(Series series, DataPointInterface dataPoint) {
    //find closed data point with Array DataPoint[] and the 
    //given DataPointInterface dataPoint
}

我可以使用radius吗?

1 个答案:

答案 0 :(得分:0)

我找到了答案。如果你有同样的问题。使用此:enter image description here

相关问题