From: gu.martinm@gmail.com Date: Sat, 16 Aug 2014 21:39:48 +0000 (+0200) Subject: WeatherInformation WP8: city and country by default. X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=83c13fce37cd7017a2dd06c3f896b0e500588806;p=CSharpForFun%2F.git WeatherInformation WP8: city and country by default. Default values: City not found/Country not found --- diff --git a/WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs b/WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs index e2d936d..4f1dfd0 100644 --- a/WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs +++ b/WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs @@ -255,9 +255,6 @@ namespace WeatherInformation // TODO: Could there some problem if user clicks button and thread is in this very moment updating map? var geoCoordinate = this.mapWeatherInformation.Center; - // TODO: What if there is no city or country. Is there null value or empty string? - //StoredLocation.City = address.City; - //StoredLocation.Country = address.Country; StoreLocation(geoCoordinate); }