Google Maps API Application

I need to create an application in which the user can enter Longitude and Latitude in the TextBox, and he will display the MAP using the Google Maps API. I need to show the acquisition date of Bird Eye View and the satellite view on the map. Also a parameter that the user can show the acquisition date to a third party.

How can I get the acquisition date and get the location on the Map using the Google Maps API? Can you write a few lines of C # code to demonstrate?

+3
source share
3 answers

The second link for Google search contains all the necessary information:

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

+5

There is an open source C # shell http://gglgeo.codeplex.com/ . The project is licensed by MIT.

0
source

Source: https://habr.com/ru/post/1758533/


All Articles