iPhone Mapkit 行车路线
我需要构建一个类似于iPhone内置地图的应用程序。我想给出起点和终点位置以及到达那里的路线方向和距离。请帮我。
I need to build an application similar to iPhone built-in maps. I want to give the start and end location and the route directions to reach there along with the distance. Please help me.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用以下 API 来获取路线。您必须给出起点和终点的纬度、经度,它将以 XML 格式显示结果。然后您可以在地图上绘制路线。
LINK
You can use the following API to get the directions.You have to give start and endpoint latitude , longitude and it will display the result in an XML format.Then you can draw the route on map.
LINK