From 605979fe7192855bd118bb72517f1d8244160bdf Mon Sep 17 00:00:00 2001 From: "gu.martinm@gmail.com" Date: Wed, 3 Sep 2014 13:04:05 +0200 Subject: [PATCH] WeatherInformation WP8: map UI problem? --- WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs b/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs index d67feb8..c7d8f20 100644 --- a/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs +++ b/WindowsPhone/WP8/WeatherInformation/WeatherInformation/MapPage.xaml.cs @@ -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; -- 2.1.4