amay077 / Xamarin.Forms.GoogleMaps

Map library for Xamarin.Forms using Google maps API
https://www.nuget.org/packages/Xamarin.Forms.GoogleMaps/
MIT License
546 stars 346 forks source link

SVG resources not displayed inside pin markers before 200 milliseconds #538

Open wilkerfoureaux opened 6 years ago

wilkerfoureaux commented 6 years ago

VERSIONS

PLATFORMS

ACTUAL BEHAVIOR

We are using SvgCachedImage to load SVG resources (1KB~5KB file size) inside pin markers in Xamarin.Forms.GoogleMaps map and everything goes well only after 200 milliseconds from the same resources. Each new resource goes through the same scenario. So, the pins added before this time do not show the svg resource but if the map is called again, all the resources are displayed.

ACTUAL SCREENSHOTS/STACKTRACE

N/I

EXPECTED BEHAVIOR

All pins shown in the map. SVGs loaded before <= 200 milliseconds.

HOW TO REPRODUCE

(xamarin)

  1. Create a view with GoogleMaps map.
  2. In the map class creation.
  3. Put random customView pins from the <FFImageLoading:SvgCachedImage ... svg> in the XAML.
wilkerfoureaux commented 5 years ago

Hello, any clue about this problem?