Alexey Zakharov
Alexey Zakharov

Reputation: 25102

How can I implement google map tile cache in Android?

Is it possible to cache google map tiles for specific region in Android using google maps SDK?

Upvotes: 1

Views: 687

Answers (2)

Alexey Zakharov
Alexey Zakharov

Reputation: 25102

Android Map SDK has no api for that.

Upvotes: 1

Rajdeep Dua
Rajdeep Dua

Reputation: 11230

I dont think that is possible Google Maps Library for Android. You could cache tiles using Static Maps APIs which return each tile as a png image.

Upvotes: 0

Related Questions