Storing Google Maps data for use offline with my Android application

2k views Asked by At

I've created an Android application that uses Google Maps API v2.
Can someone tell me if it is possible to download and store map tiles and map data for different areas of the map to be used offline.
The ideal usage for this would be to be able to download the whole of the UK, store it on an SD card and then have my app look on the SD for the relevant map data.
Thanks

2

There are 2 answers

1
Erwin Lengkeek On BEST ANSWER

Please refer to this answer. According to that answer, it is possible with Google Maps Android API v2.

0
Pierre On

The answer pointed by Agil is for the case where you have your own TileProvider (i.e. you own the data). If you have access to the tiles, then yes, that is the right solution for you.

If you were thinking of downloading Google Maps tiles, then no, the API currently doesn't provide a way to download tiles for offline usage; only the one rendered on screen are cached.