The find only contains the address if it is available. Many times entering in just a city or country or zip/postal code into a find call will not generate a formatted address. "MihaiT" wrote: > Hi everybody, > > I am trying to get the Location.Address of a result returned by a Find() > method. All I get is nulls, and the MSDN documentation seems ambiguous: > > - here it states that the Address property is returned by Find() method: > http://msdn2.microsoft.com/en-us/library/aa501823.aspx . > - here I cannot find any reference of the Find() method which would return > the Address property: http://msdn2.microsoft.com/en-us/library/aa502351.aspx . > > Any suggestions? > > -- > Mihai TÄtÄran > CEO, > H.P.C. Consulting
I have created an application which consumes MapPoint webservices What i need is..the zipcode for a gives lat lon (Reverse Geocoding) I have tried it using the GetLocationInfo method, but unable to get the zipcode for many parts of North America. Is there any method which can provide me the zipcodes for a given lat lon ?