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.
我需要从我的位置绘制多条路线到 Bing 地图上的预定义位置。
但是我是WP7的新手,谁能告诉我步骤
这个答案是否足以绘制路线?谢谢。
请参阅使用 Bing 地图 SOAP 服务计算路线一文,尤其是添加代码以计算和显示路线示例。这个例子使用MapPolyline类来绘制路线。您可以根据需要添加任意数量的此类行。
或者,请参阅Bing Maps for Games with Pathfinding示例,尤其是RouteRender类。这是 XNA 更自定义的方法。
RouteRender