anox1337
anox1337
Hello! I am encountering a problem and am somewhat at odds as to how to solve it. Scenario: We have a bluetooth device that has been tried and tested. This...
Hello, using multiplatform compose. Requesting permission (via providePermission()) works :heavy_check_mark: but **getPermissionState** always returns **NotDetermined** and **isPermissionGranted** returns **false** I call this code in one of my UIs to ensure...
## New Feature I have a RasterLayer with an ImageSource. ImagesSource gets updated via: [updateimage](https://docs.mapbox.com/android/maps/api/11.5.0/mapbox-maps-android/com.mapbox.maps.extension.style.sources/update-image.html?query=fun%20ImageSource.updateImage(image:%20Image)) This function takes a Bitmap or an Image (which is in itself a Bitmap) It...