Myoalp
Myoalp
on my case, you need to specify the mapbox token on project level gradle, add your token to `gradle.properties` ```properties android.useAndroidX=true android.enableJetifier=true MAPBOX_DOWNLOADS_TOKEN=yourMapBoxKey ``` **take note that you need to...
I think your token is not enabled for `Downloads:Read` scope, you need to enabled it on your token, for more details you can read the documentation from mapbox. https://docs.mapbox.com/android/maps/guides/install/
this issue occured on my app too, is there any solution about this?
im ended up fork and change the java codes by myself, and i add some try catch on turn on/off callback so i can handle if there's exception occured. file...
yeah i think so, in case you want to fix this issue ASAP, you can use that alternative. i've made a pull request for this. but i can't wait for...
I have create a PR about this because i need this functionality too. i can achieve this with listen to `ExpandableController` but when it comes to List, i think that's...
is there any update on this issue ?