mapbox / mapbox/mapbox-maps-android
How to migrate "setOfflineMapboxTileCountLimit" from V9 to V11
Nobody has claimed this yet.
- Dominant language
- Kotlin
- Stars
- 578
- Forks
- 161
- PR merge metrics
- No merged PRs in 30d
Description
## Environment
- Android OS version: 14
- Devices affected: Samsung Z Fold 5
- Maps SDK Version: from 9.2.1 to 11.3.0
## Observed behavior and steps to reproduce
Seeing security issues: https://github.com/mapbox/mapbox-maps-android/issues/2191
## Expected behavior
Can be complied and run.
## Notes / preliminary analysis
How to migrate:
`OfflineManager.getInstance(applicationContext).setOfflineMapboxTileCountLimit(3000)`
## Additional links and references
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with OfflineManager.getInstance(applicationContext).setOfflineMapboxTileCountLimit(3000) and compare its V9 and V11 APIs, using Maps SDK versions 9.2.1 and 11.3.0. No file or test is named; done means documenting the supported V11 equivalent so the Android app can compile and run without the reported security issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, kotlin
- Domain
- mobile
- Issue type
- Documentation
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100