简体   繁体   中英

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. 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? Can you write few lines of C# code to demonstrate?

2nd link to come up on a Google search has all the info you need:

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

There is an open source C# wrapper http://gglgeo.codeplex.com/ . The project is under MIT license.

@Marcelo, You're talking like you wrote Google Maps API yourself!

Google maps has Web Service 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

That will bring you the lat and long for the address

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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