简体   繁体   中英

Node.js google maps cache

I'm creating a system designed to be run on an ad-hoc network whilst in a field with no internet, it involves displaying moving markers on a Google Map. The markers are from locations from a Node.Js websocket. Is it possible to force my server (my laptop) to cache the google maps for a specific location whilst i am in a location with wifi?

I believe the license does not allow that.

No caching or storage. You will not pre-fetch, cache, index, or store any Content to be used outside the Service, except that you may store limited amounts of Content solely for the purpose of improving the performance of your Maps API Implementation due to network latency (and not for the purpose of preventing Google from accurately tracking usage), and only if such storage: is temporary (and in no event more than 30 calendar days); is secure; does not manipulate or aggregate any part of the Content or Service; and does not modify attribution in any way.

https://developers.google.com/maps/terms#section_10_5

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM