From 64319200904f8e54aec3c6be6d0bb7c96a694218 Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Thu, 4 Sep 2014 19:14:23 +0200 Subject: [PATCH] WeatherInformation WP8: more TODOs/doubts --- .../WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs b/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs index 2f77793..ec21ee1 100644 --- a/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs +++ b/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs @@ -86,6 +86,10 @@ namespace WeatherInformation Exception errorException = eventData.Error; if (errorException != null) { + // TODO: Should I call UpdateMap even if there are not results? + // I could use country and city default values in that case... + // Problem this method: requires GeoCoordinate and I wouldn't have it here... + // Somehow this method should take them... // TODO: if user changed the page, where is this going to appear? MessageBox.Show( AppResources.NoticeErrorLocationAutodetection, -- 2.1.4