Skip to content Skip to sidebar Skip to footer

How To Show Google Map Offline?

How i can show google map offline? I have gone through various stackoverflow question and answer but not able to find solution. I have implemented com.google.android.gms.maps.MapF

Solution 1:

See this solution or this one. Basically you just create your own tileprovider and access tiles locally. Totally doable with the v2 api. API Reference

There's some false information floating around out there that the v2 google maps api requires an internet connection. There was a but where the api would require a single access after app install to verify with Google Play services, but I believe this has been fixed. See this and this

Post a Comment for "How To Show Google Map Offline?"