通过在 ASP.NET 网站中指定地址来显示 Bing 地图
如何根据提供的地址在 ASP.NET 网站中动态显示 Bing 地图。我没有地址的纬度和经度,所以我必须直接传递地址并显示地图。
How to display Bing map dynamically in an ASP.NET website based on the address provided. I do not have latitude and longitude for the address so I have to pass address directly and display the map.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 ASP.Net 标记页面中,我有一个包含地址的隐藏字段。根据此地址,使用下面提到的脚本加载 bing 地图。地址上有一个图钉,以便于识别该地址。
In the ASP.Net mark up page, I have a hidden field which contains address. Based on this address, bing map gets loaded using the script mentioned below. A pushpin is placed on the address for easy identification of the address.