maplibre / maplibre-native

MapLibre Native - Interactive vector tile maps for iOS, Android and other platforms.
https://maplibre.org
BSD 2-Clause "Simplified" License
888 stars 273 forks source link

Android Documentation: Using Offline Storage Manager #2531

Open louwers opened 1 week ago

louwers commented 1 week ago

Another suggestion. It could be great to have a full sample with explanations about the offline manager. I have been able to find the test classes (https://github.com/maplibre/maplibre-native/tree/1df592c9e1d80b1ad5ec92be4c3cbba276b60d2c/platform/android/MapLibreAndroidTestApp/src/androidTest/java/org/maplibre/android/testapp/offline) but this is not obvious to understand when I should use the offline manager and when I should't. How to use it, what can I store inside, how it works in general and so on...

Suggested by @lepigocher