How to show google map offline?

前端 未结 1 1215
-上瘾入骨i
-上瘾入骨i 2021-01-07 10:54

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

相关标签:
1条回答
  • 2021-01-07 11:27

    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

    0 讨论(0)
提交回复
热议问题