From: gu.martinm@gmail.com Date: Thu, 4 Sep 2014 17:14:23 +0000 (+0200) Subject: WeatherInformation WP8: more TODOs/doubts X-Git-Url: https://git.gumartinm.name/?p=CSharpForFun%2F.git;a=commitdiff_plain;h=64319200904f8e54aec3c6be6d0bb7c96a694218 WeatherInformation WP8: more TODOs/doubts --- 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,