windows phone 7 - .NET How to find CivicAddress? -


this code returns empty string. can return please?

civicaddressresolver civicresolver = new civicaddressresolver(); civicaddress c = civicresolver.resolveaddress(new geocoordinate(39,77)); textblock1.text = c.city; 

the msdn documentation civicaddressresolver.resolveaddress() suggests checking c.isunknown before trying access c.city idea.


Comments

Popular posts from this blog

ASP.NET/SQL find the element ID and update database -

jquery - appear modal windows bottom -

c++ - Compiling static TagLib 1.6.3 libraries for Windows -