WeatherInformation WP8: map UI problem?
authorgu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 3 Sep 2014 11:04:05 +0000 (13:04 +0200)
committergu.martinm@gmail.com <gu.martinm@gmail.com>
Wed, 3 Sep 2014 11:04:05 +0000 (13:04 +0200)
WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs

index d67feb8..c7d8f20 100644 (file)
@@ -123,6 +123,9 @@ namespace WeatherInformation
 
             this.mapWeatherInformation.Layers.Clear();
 
+            // TODO: problems? user could press save location and if she is fast enough she
+            // could not realize the location changed.
+            // But well... She will realize later... So.. Is this really a problem?
             this.mapWeatherInformation.Center = geoCoordinate;
             this.mapWeatherInformation.ZoomLevel = 13;