maui-linux/Xamarin.Forms.Maps.UWP
Ethan Dennis 5ca7259959 UWP MapRenderer NRE and Location fixes (#811)
* Issues:
1. If UWP MapRenderer is navigated away from, before the user location
is found, an uncaught NRE will be thrown.
2. UWP MapRenderer updates are not enforced to be on UI thread
3. Order of operations in MapRenderer would cause user location to never
be shown.

Fixes:
1. Added null checks in UpdateUserIsShowing and LoadUserPosition
methods.
2. Called map position updates on UI thread.
3. Changed order of operations in OnElementChanged to allow for user
geocoordinates to be shown.

* Fixed code formatting issues

* Fix formatting

* Deterministic null checks

* Updated null checks
2017-03-20 08:40:04 -07:00
..
Properties Initial import 2016-03-22 16:13:41 -07:00
FormsMaps.cs Initial import 2016-03-22 16:13:41 -07:00
GeocoderBackend.cs Initial import 2016-03-22 16:13:41 -07:00
MapRenderer.cs UWP MapRenderer NRE and Location fixes (#811) 2017-03-20 08:40:04 -07:00
PushPin.cs [UWP] Fix resource key name PushPinTemplate 2016-03-23 18:24:41 +00:00
Xamarin.Forms.Maps.UWP.csproj Mop up enabling warnings as errors (#78) 2016-04-12 11:44:30 -07:00
project.json Initial import 2016-03-22 16:13:41 -07:00