Hi,
We are using google map layer in our MAUI application and are facing issues with loading google maps on android devices with android version 13 and 14 using single tile. we are using ThinkGeo.Core.Async.GoogleMapsLayer and it is working fine on device with android version 11 but if I use same build with android version 14 map just shows white screen and does not load any images. On further analysis I found that on android version 13 and 14 multi-tile is loading map fine but map is not loading when I change it to single tile.
Also what is minimum RAM requirement for android device to use thinkgeo when using on older devices with 2 GB RAM I face random crashes while performing map operations.
Attaching error that I see in debug console when it tries to load map.
error.txt (15.9 KB)