From: gu.martinm@gmail.com Date: Wed, 3 Sep 2014 11:04:05 +0000 (+0200) Subject: WeatherInformation WP8: map UI problem? X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=605979fe7192855bd118bb72517f1d8244160bdf;p=CSharpForFun%2F.git WeatherInformation WP8: map UI problem? --- 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;