tags:

views:

63

answers:

1

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?

+1  A: 

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

David Stratton
That article is from 2005. At least two major versions of the Google Maps API have been deprecated since then. (V1 and V2). The current version is V3 and it uses a rather different structure to the previous versions, so I wouldn't expect those wrappers to work very well.
Marcelo