Reputation: 413
I am playing around with the Google API Map Activity.
Recently Google Maps for Android released a new feature for caching of map data. Does anyone know how I can do that in my app as well?
Thanks in advance, Mike
Upvotes: 5
Views: 4067
Reputation: 2088
No, not with the API at least. Also caching map tiles is against Google's terms of service.
See here: Downloading/Caching Google Maps for Offline Use. Sums it up pretty well.
It would be nice to do so as I have experimented with ways (unofficially) to cache map tiles until one day I read the TOS and then I stopped.
Upvotes: 3