在两个给定的LatLnt点之间创建一个LatLng

时间:2019-02-28 17:19:18

标签: android maps distance

我要检查2个LatLng对象pointA和pointB:如果它们之间的距离大于100m,则在距pointA 100m处创建一个新的pointC。我用Location.distanceBetween检查了距离,一切都很好,但是如何创建pointC?

0 个答案:

没有答案