简体   繁体   English

使用Google Maps API的应用程序

[英]Application using Google Maps API

I need to create an application where user can enter Longitude and Latitude in TextBox and it will show a MAP using Google Maps API. 我需要创建一个应用程序,用户可以在TextBox中输入经度和纬度,它将使用Google Maps API显示MAP。 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 Google Maps API? 如何使用Google Maps API检索采集日期并在地图中获取位置? Can you write few lines of C# code to demonstrate? 你能写几行C#代码来演示吗?

2nd link to come up on a Google search has all the info you need: Google搜索上显示的第二个链接包含您需要的所有信息:

http://jmayo.spaces.live.com/blog/cns!5F243997972597CE!208.entry http://jmayo.spaces.live.com/blog/cns!5F243997972597CE!208.entry

There is an open source C# wrapper http://gglgeo.codeplex.com/ . 有一个开源的C#包装器http://gglgeo.codeplex.com/ The project is under MIT license. 该项目受MIT许可。

@Marcelo, You're talking like you wrote Google Maps API yourself! @Marcelo,你说的就是你自己写的Google Maps API!

Google maps has Web Service API: http://code.google.com/apis/maps/documentation/webservices/index.html Google地图具有网络服务API: http//code.google.com/apis/maps/documentation/webservices/index.html

YES, you can use Google API using WebClient: http://www.stevetrefethen.com/blog/UsingGoogleMapsforGeocodinginC.aspx 是的,您可以使用WebClient使用Google API: http//www.stevetrefethen.com/blog/UsingGoogleMapsforGeocodinginC.aspx

That will bring you the lat and long for the address 这将为您带来lat和long的地址

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM