From 83c13fce37cd7017a2dd06c3f896b0e500588806 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Sat, 16 Aug 2014 23:39:48 +0200 Subject: [PATCH] WeatherInformation WP8: city and country by default. Default values: City not found/Country not found --- WindowsPhone/WeatherInformation/WeatherInformation/MapPage.xaml.cs | 3 --- 1 file changed, 3 deletions(-) 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); } -- 2.1.4