Hello,
We are using the SfMaps component (version 16.1.0.24) in a Xamarin Forms app. On Android, when we just add a SfMap with a light shapefile (7 Ko), the app freezes for approximately one second. In the debugger console, we have the following message :
"I/monodroid-gc(12368): 46080 outstanding GREFs. Performing a full GC!"
The Garbage Collector need to collect many objects that causes a freeze. This bug is only on Android, not on iOS.
Have you any idea to workaround this bug ? (we are trying to inherit SfMapsRenderer for example but we don't know where exactly the problem is).
Thank you.