1

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.

aherrick
  • 19,799
  • 33
  • 112
  • 188

1 Answers1

0

This is a known issue which affects mainly UWP. Please check this. Should be deployed in an alpha version soon.

Zroq
  • 8,002
  • 3
  • 26
  • 37