iphone - 从当前位置导航到放置的图钉
<p><p>我有一个 mapView ,里面有一个丢弃的图钉,我想做的是显示从用户当前位置到丢弃的图钉的路线。</p>
<p>我搜索了它但没有运气,如果有人知道怎么做,请帮忙? :)</p>
<p>提前致谢。</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>试试看……</p>
<p>你可以通过两种方式做到这一点:<br/>
1.</p>
<pre><code>CLLocationCoordinate2D start = { c_lat, c_long };
CLLocationCoordinate2D destination = { [doubleValue], [doubleValue] };
NSString *googleMapsURLString = ;
[ openURL:];
</code></pre>
<p>2.</p>
<p>使用谷歌 <a href="http://maps.googleapis.com/maps/api/directions/json?origin=Toronto&destination=Montreal&sensor=false&avoid=highways&mode=bicycling" rel="noreferrer noopener nofollow">API</a> </p>
<p>请查看<a href="http://iosrider.wordpress.com/2012/05/09/draw-route-between-two-location/" rel="noreferrer noopener nofollow">this</a>用于绘制两个位置之间的路线</p>
<p>在 API 中你只需要传递源名称和目的地名称</p>
<p>希望我能帮上忙……</p></p>
<p style="font-size: 20px;">关于iphone - 从当前位置导航到放置的图钉,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/16251847/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/16251847/
</a>
</p>
页:
[1]