Using Google Maps Offline (Js Api)

I am trying to make a NodeJs application in which I use Maps on a webpage. For some reason, I chose Google Maps , and I want to stick with it. My question is: is there somewhere where I can either store or cache map fragments offline, and then use them as needed? [Note: I’m not looking for any hacks or illegal methods for this, I already know that there are many such methods.]

I tried and saw many options like GEE (Google Earth Enterprise), but I think they will close it very soon by 2017.

Basically, I try to minimize the use of data when rendering card fragments, so, alternatively, if there is no way to work with a google map offline, any suggestion or recommendations to minimize data usage are appreciated.

+6
source share
2 answers

Access to offline access through the JavaScript Maps API is currently unavailable. In the public tracker there is a function request:

https://issuetracker.google.com/issues/35827808

Submit a request for this feature to express your interest and receive further updates from Google.

+4
source

1.Use Localstorage may help instead, but will be used in google chrome. 2.Check this URL, which may help. How to cache Google caps for offline use?

0
source

All Articles