ios - 根据与其他位置的距离计算位置
<p><p>我知道关于如何获取两个 CLLocation 之间的距离有很多问题(和答案)。但是我没有找到一个关于如何反过来做的提示。 </p>
<p>这是具体情况:我有一个 CLLocation、一个距离(比如说 200 米)和一个方向。现在我需要知道如何计算距离第一个位置 200 米(在指定方向上)的位置。我不知道方向的最佳格式是什么。也许最好的单位是度数(北 = 0,东 = 90,南 = 180,西 = 270)。</p>
<p>简而言之,我需要一个可以像这样定义的方法</p>
<pre><code>-(CLLocation*)locationWithDistance:(int)meters inDirection:(int)degrees fromLocation:(CLLocation*)origin;
</code></pre>
<p>非常感谢您的帮助。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>要获得更准确的方法,请在链接中使用此公式</p>
<p> <a href="http://www.movable-type.co.uk/scripts/latlong.html" rel="noreferrer noopener nofollow">http://www.movable-type.co.uk/scripts/latlong.html</a> </p>
<p>请找到“目标点距起点的距离和方位角”部分。在你的代码中应用它</p></p>
<p style="font-size: 20px;">关于ios - 根据与其他位置的距离计算位置,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/16960658/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/16960658/
</a>
</p>
页:
[1]