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.
我正在关注本 教程。它显示了如何在地图上显示两个点之间的路线。
有没有办法在地图上显示更多点之间的最短路线?
传入一组航点,而不仅仅是开始和结束航点:https ://msdn.microsoft.com/en-us/library/windows/apps/dn636949.aspx
请注意,它计算的路线是通过该航点数组的最短路线,按照它们在数组中定义的顺序。此地图 API 不提供对航点进行重新排序的旅行推销员路线。