-
Notifications
You must be signed in to change notification settings - Fork 177
-
is it possible to cache the map in service worker so my app can work offline? someone can share how to do this?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 1 reply
-
It might be possible to some extent, but I'm pretty sure it would be violating the terms of service.
Besides that, I have never seen someone successfully doing that with the Google Maps API.
If offline capability is a requirement for your project, I would recommend looking into maplibregl-js and our sister project react-map-gl. With maplibre it is at least very plausible to build a fully offline capable map experience.
Beta Was this translation helpful? Give feedback.
All reactions
1 reply
-
thank you!
Beta Was this translation helpful? Give feedback.
All reactions
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment