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?
source
share