WeatherInformation WP8: more TODOs/doubts
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Thu, 4 Sep 2014 17:14:23 +0000 (19:14 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Thu, 4 Sep 2014 17:14:23 +0000 (19:14 +0200)
WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs

index 2f77793..ec21ee1 100644 (file)
@@ -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,