Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Enable external storage to host the tiles database #5589

Closed
zugaldia opened this issue Jul 6, 2016 · 0 comments
Closed

Enable external storage to host the tiles database #5589

zugaldia opened this issue Jul 6, 2016 · 0 comments
Assignees
Labels
Android Mapbox Maps SDK for Android offline

Comments

@zugaldia
Copy link
Member

zugaldia commented Jul 6, 2016

Currently, the Android SDK chooses a default location in the internal storage via Context.getFilesDir().getAbsolutePath() to save the database used to store offline and ambient caching tiles.

We'd like to add a setting to enable this location to be in external storage, for example an SD Card. Note that this doesn't mean that multiple concurrent sources would be supported, tiles still need to be stored in the same database file on disk.

Related tickets: #4386 #4223

/cc: @jfirebaugh @1ec5 @hjudge

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Android Mapbox Maps SDK for Android offline
Projects
None yet
Development

No branches or pull requests

1 participant