Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Attempting to load a map control (with default and set stroke thickness properties) causes the following exception;

System.ArgumentException: Value does not fall within the expected range.
at Windows.UI.Xaml.Shapes.Shape.put_StrokeThickness(Double value)
at Syncfusion.UI.Xaml.Maps.ShapeFileLayer.CreateShape(Geometry geometry, MapShape mapShape, Path path)
at Syncfusion.UI.Xaml.Maps.ShapeFileLayer.CreateMapShapes(ShapeFileReader shapeFileReader)
at Syncfusion.UI.Xaml.Maps.ShapeFileLayer.RenderRecords(ShapeFileReader shapeFileReader) 
at Syncfusion.UI.Xaml.Maps.ShapeFileLayer.Refresh()
at Syncfusion.

SfMaps : 17.4.0.41
Xamarin.Forms: 4.4.0.991477

Downgrading to SfMaps 17.4.0.40 resolves the issue.