I'm working on an app that shows the maps of only a single city. i'm working with offline maps for this app. For this reason is it possible to use MapFragments with offline maps?? Can anybody guide me in this regard??
Asked
Active
Viewed 961 times
2 Answers
1
Of course it's possible to use MapFragment and the Maps v2 API offline. This is useful if you want to show your own map material.
(However as hinted by Audrius K, you are not allowed to cache any GoogleMaps data, but I don't think that was you question anyway.)
(There was a bug a few weeks ago about initialized the map component offline but that bug has been reported to Google and fixed. I mention it in case you'd find mention of that bug in your research)

Thibault D.
- 10,041
- 3
- 25
- 56
0
I don't think that Googles Term of services even lets you to use it offline. Possible answer Downloading/Caching Google Maps for Offline Use
You always can try to use OpenStreetMaps, but that won't work with map fragment :)
-
I don't think the question concerned the data but the API. – Thibault D. May 10 '13 at 12:45