MQS
MQS

Reputation: 413

Android Google Map caching in MapActivity

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

Answers (1)

Jasoneer
Jasoneer

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

Related Questions