I have a super simple Xamarin Forms Map embedded and am running UWP.
<maps:Map
WidthRequest="320"
HeightRequest="300"
x:Name="map"
MapType="Hybrid"
/>
I've noticed that when zooming in and out (quickly) it will error with the following exception thrown:
"Value does not fall within the expected range."
Any idea what's going on? This is the latest stable version of Forms + Map 2.3.3.180
.