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

silverlight - Applying a style to ItemContainerStyle in C# -

c# - NullReferenceException in MySqlClient.NativeDriver -

php - Updating recent updates - Problem in procedure - Any other approach? -