summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/BindablePropertyConverter.cs
diff options
context:
space:
mode:
authorindydawgy <tophe112@yahoo.com>2017-03-07 02:40:47 -0800
committerRui Marinho <me@ruimarinho.net>2017-03-07 10:40:47 +0000
commit917d27e079a23c96ee3201cc7f35069cd837ed9a (patch)
tree7a655b95e4370614cbaac758271abbf534265a5d /Xamarin.Forms.Core/BindablePropertyConverter.cs
parentf6633c462929fdf426492dd9f08e9862b523b420 (diff)
downloadxamarin-forms-917d27e079a23c96ee3201cc7f35069cd837ed9a.tar.gz
xamarin-forms-917d27e079a23c96ee3201cc7f35069cd837ed9a.tar.bz2
xamarin-forms-917d27e079a23c96ee3201cc7f35069cd837ed9a.zip
UWP MapRenderer fixes. (#724)
* Issues: 1. The MapRenderer calls TrySetViewBoundsAsync before the map is ready for it. This causes the map to hardly ever initialize to the correct position. 2. The visible region calculation gets the zoom wrong. 3. Map can cause a crash if you rotate/zoom a lot when setting the visible region. Fixes: 1. Call MoveToRegion using MapControl's RunIdleAsync to have it move after the map starts rendering 2. lat/long delta should be: var latitudeDelta = Math.Abs(nw.Position.Latitude - se.Position.Latitude); var longitudeDelta = Math.Abs(nw.Position.Longitude - se.Position.Longitude); rather than calculated from the center 3. Move the visible region set into the try/catch block. * Made spaces into tabs to conform to previous standard.
Diffstat (limited to 'Xamarin.Forms.Core/BindablePropertyConverter.cs')
0 files changed, 0 insertions, 0 deletions