-
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.
Answered by
p-lr
Mar 10, 2024
Replies: 1 comment 1 reply
-
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.
1 reply
Answer selected by
JakkeJ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.