Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要构建一个类似于 iPhone 内置地图的应用程序。我想给出开始和结束位置以及到达那里的路线方向以及距离。请帮我。
您可以使用以下 API 获取路线。您必须提供起点和终点的纬度、经度,它将以 XML 格式显示结果。然后您可以在地图上绘制路线。
关联