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