所以我想知道是否有现有的代码/库允许我计算一对新的gps坐标给出:距离,一对纬度和longituide和方位。
我希望你们能给我见解。
喝彩!
答案 0 :(得分:0)
给我的答案来自以下链接:stackoverflow.com/questions/37348207/find-location-1-km-away-in-180-degree-south-from-my-location/37349396#37349396
使用以下库:https://github.com/JavadocMD/simplelatlng 但是进行计算的方法如下:
XCUIApplication *app = [[XCUIApplication alloc] init];
NSLOG(app.debugDescription);