I'm developing an android app using google maps android sdk v2 and want to allow users to download maps and use them offline.
- To display the tiles I use a custom TileProvider implementation as described here.
- I need to know the URL to download a google maps tile (vector tile if possible) based on latitude, longitude and zoom parameters (e.g. something like this )
Before anyone comments that it's violating google maps' terms, I can tell you it's ok to download a small amount of tiles specifically for this use case (see section 10.5.d in their terms here).