使用 Bing 地图 API 的应用程序

发布于 2024-09-11 07:41:18 字数 161 浏览 2 评论 0原文

我需要创建一个应用程序,用户可以在文本框中输入经度和纬度,它将使用 BING API 显示地图。我需要在地图中显示鸟瞰图和卫星视图的获取日期。用户还可以选择向第三方显示购买日期。

如何使用 BING API 检索获取日期并获取地图中的位置?你能写几行C#代码来演示吗?

乌迈尔

I need to create an application where user can enter Longitude and Latitude in TextBox and it will show a MAP using BING API. I need to show the Acquisition Date of Bird's Eye View and satellite View in the Map. Also an option that user can show the acquisition date to some third person.

How can I retrieve Acquisition Date and get location in Map using BING API? Can you write few lines of C# code to demonstrate?

Umair

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

泪之魂 2024-09-18 07:41:18

MSDN 指南包含与此非常接近的示例。纬度/经度部分是指南本身的一部分。 (MSDN Bing 地图 .NET 入门文章)往下看检索图像元数据部分以获取有关图像采集信息的更多信息。

The MSDN guides include samples very close to this. The latitude/longitude portion is part of the guide itself. (MSDN Bing Maps .NET Getting started article) Look down in the section on Retrieving Imagery Metadata to get further information on the image acquisition information.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文