如何在bing地图中显示位置

如何在bing地图中显示位置

本文介绍了如何在bing地图中显示位置的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



在我的网站上我有一个页面,其中从下拉列表网格视图中选择区域后显示该区域所有仓库的连接状态。

现在我必须在页面上添加一个按钮,并且在点击事件中我必须显示所有仓库的所有仓库的位置(带有名称),所选仓库的塔符号,其连接状态如果连接塔绿色,如果不是塔红色。

我有一个带有仓库其他信息的表中所有仓库位置的纬度和经度。

如何在asp.net C#中执行此操作。

请帮助。



谢谢。

解决方案

hi,
in my website i have a page in which after selecting area from drop down list grid view is showing connectivity status of all depots of that area.
Now i have to add a button on page and on click event i have to show location( with name) of all depot on Bing map of selected area with tower symbol , with their connectivity status like if connected tower green if not tower red color.
I have latitude and longitude of all the depot locations in a table with depot's other information.
how can i do this in asp.net C#.
please help.

Thanks.

解决方案


这篇关于如何在bing地图中显示位置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-13 04:35