Show Google maps offline via service worker.
Asked Answered
L

1

6

Is there a way to show google maps via the service worker while offline.

I've built a progressive web app that stores all the content and data in the cache via the service worker so it can be accessed offline after use but for the life of me i cant cache google maps then display it.

Luwian answered 18/5, 2018 at 11:10 Comment(0)
H
0

Refer this solution. Depending on what license you have to use Google Mapts API, you may have to make sure you are not violating the terms of use by caching the tiles that are not visited(bulk cache of an area without users visiting them)

Hitt answered 18/5, 2018 at 16:37 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.