-
|
I am using this, but I need to get the tiles stored locally in case of loss of signal, and that part works, but it won't render tiles that aren't immediately available in the database, how could I get around this? OSM>MapCompose works Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
If I understand correctly, when you have new tiles available in your database, you would like MapCompose to update. |
Beta Was this translation helpful? Give feedback.
-
|
Please share an example of how you implemented uploading to the database and uploading to the database with OSM in the absence of |
Beta Was this translation helpful? Give feedback.
If I understand correctly, when you have new tiles available in your database, you would like MapCompose to update.
Then, you can use
MapState.reloadTiles()api.