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.
source share