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.
我必须在地图中显示应该解决旅行商问题的多个位置之间的路径。我使用了谷歌方向api,但它只能处理reguler帐户中的8个路点。我必须显示超过8个城市之间的路径......我应该为此制定算法吗?有人能帮忙吗?
谢谢 。
为此,您需要实现 Map Routes 方法。您可以自己制作,但之前已经有为此制作的课程。请检查 :-
https://github.com/route-me/route-me
适用于 iOS 和路线的 Google Maps SDK
如何在 iOS 6 中的地图上绘制路线?
希望这对您有所帮助,否则请告诉。我可以为你提供一些课程