When I'm adding a pin to the map I'm getting an error about a Java.Lang.IllegalArgumentException 'Failed to decode image. The provided image must be a Bitmap.' I'm porting an application from XF to Maui I've made sure my images for the pins were added correctly. Your demo project works fine for me. So I'm not sure what the actual problem is. I think it still may be something within my application not the library, But I did want to see if you may have any ideas why it could be failing. The image that I'm using is a .png.
VERSIONS
IDE
PLATFORMS
ACTUAL BEHAVIOR
When I'm adding a pin to the map I'm getting an error about a Java.Lang.IllegalArgumentException 'Failed to decode image. The provided image must be a Bitmap.' I'm porting an application from XF to Maui I've made sure my images for the pins were added correctly. Your demo project works fine for me. So I'm not sure what the actual problem is. I think it still may be something within my application not the library, But I did want to see if you may have any ideas why it could be failing. The image that I'm using is a .png.
ACTUAL SCREENSHOTS/STACKTRACE
EXPECTED BEHAVIOR
HOW TO REPRODUCE