-
Hi. I use GeojsonTileSource for getting tiles from server. I want to get all need tiles along my route. How can I do it? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Check the methods |
Beta Was this translation helpful? Give feedback.
-
Are there some instruments for managing pre-cashing tiles? These methods just provides a knowledge of tile's number. But I need all process of work with tiles. I just set tile source and it's works. How can I download, parse and save choosed by myself tiles like it does the library. |
Beta Was this translation helpful? Give feedback.
-
Better use Mapsforge offline maps and then the map is always available in all locations. |
Beta Was this translation helpful? Give feedback.
Check the methods
latitudeToTileY
andlongitudeToTileX
ofMercatorProjection
.You need coordinates (from route geometry) and zoom level to retrieve tile numbers.