本文介绍了如何为LightSwitch应用程序在bing图上创建驾驶方向? (使用C#)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
想要在LightSwitch应用程序的bing图上显示使用多个经度和纬度的最短路径.
Want to show a shortest path using multiple Longitude and Latitude on bing map for LightSwitch Application.
例如:
LightSwitch网格包含
经度纬度
54.55 56.66
56.33 65.44
73.44 87.44
.
.
.
必应地图应使用网格中从上到下的数据显示行车路线.所以,请帮帮我.
LightSwitch Grid contains
Longitude Latitude
54.55 56.66
56.33 65.44
73.44 87.44
.
.
.
Bing Map should show the driving directions using top to bottom data in grid. So, please help me out.
推荐答案
这篇关于如何为LightSwitch应用程序在bing图上创建驾驶方向? (使用C#)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!