Reputation: 1481
MapBox has a offline mode with tilesets for represent map. I need to download a whole country in my app at first start. How I can do this? Since now i downloaded small piece of country (Ukraine). And already reached the limit at 6000 tiles and 130 Mb space.
Upvotes: 2
Views: 1071
Reputation: 3168
You have a few options, either breaking up the country regions into smaller chunks and downloading them individually, i'd recommend using this tile calculator to estimate the appropriate regions. You could also restrict the zoom level to reduce tiles downloaded and preventing you from reaching the limit. Your third option would be becoming an enterprise customer.
Upvotes: 1