On iOS (iPhone 6s Plus with iOS 13.5.1) ground overlays do not show up on map.
When I launch my app on android everything works just fine.
Custom Image shows up as Ground Overlay in map.
!!! Workaround with setting the transparency of the ground overaly to 0f after it has been added to the map does not work !!!
@amay077 Do you have any ideas?
If I use an image from the app bundle and reference it with BitmapDescriptionFactory.FromBundle("groundoverlay.jpg") everything works fine.
But if I load the image from Environment.SpecialFolder.LocalApplicationData with BitmapDescriptionFactroy.FromStream(File.OpenRead(path_to_image)) the ground overlay does not show up on the map.
I just upgraded the version of the Plugin to the current stable 3.3.0. But the overlay does not show up either!
Most helpful comment
UPDATE:
I just upgraded the version of the Plugin to the current stable 3.3.0. But the overlay does not show up either!