javascript - How to prevent Google Maps API v3 from caching tiles (to save storage space)? -
i have strange issue regarding caching of maps js api couldn't find solution.
my situation follows: want display simple website including map based on maps api v3. website shall displayed on embedded device uses modified webkit engine. therefor displaying , using google maps works great.
but here comes problem: our embedded device has few storage space (maybe few 100 kbs). maps api caches every map tile (which makes sense!!!), after user moving around map time, error cache full.
is there possibility tell maps api not cache tiles, cache specific number of tiles, or remove cached tiles programatically ourselves?
i couldn't find approach or solution regarding issue, great if has idea.
thank in advance markus
Comments
Post a Comment