English 中文(简体)
绘制谷歌地图
原标题:Caching Google Maps

我正在使用进行谷歌地图应用。 页: 1

在我的申请中,有谷歌地图和超支,我在每5次申请复读,以便从数据库中收集新的记录,更新超支。 当我的申请重载谷地图时。

我想打上谷歌地图,以便不把地图从海滩上重载,直到我更新地图的位置。

最佳回答

很可能你想把地图碎片储存到一个难以置信的地方。 为了使您的目录结构更加方便,你希望利用空间填充装置,将地图功能降低到一个单方问题。 然后,你可以把每个 no子和边缘的地图碎片存放在单独的夹中。

问题回答

暂无回答




相关问题
Write-though caching of large data sets in WCF?

We ve got a smart client that talks to a SQL Server database via WCF, displaying the entities in the database, and allowing the user to edit those entities. Some of the WCF calls return a large data ...

Clearing RSL in Cache

I have built a flex application which has a "main" project and it is assosciated with a few RSL s which are loaded and cached once i run my "main" application. The problem i am facing is that the ...

how to tell clicking "back" to load cache?

I would like for my site when someone clicks "Back" or "Forward" for the server to tell the browser to load the cache instead of reloading the entire page. I ve tested some headers and done research, ...

java plugin cache and dynamic IP host

I m trying to use Amazon S3 and Amazon Cloudfront CDN to deliver the jar files of my applet application. I m seeing several cache misses of my jars by the java plugin. This is a show-stopper for me, ...

Frequently Used metadata Hashmap

Are there any implementations of a static size hashtable that limits the entries to either the most recently or most frequently used metadata? I would prefer not to keep track of this information ...

PHP - Memcache - HTML Caching

I would like to create a caching system that will bypass some mechanisms in order to improve the performance. I have some examples: 1-) I have a dynamic PHP page that is updated every hour. The page ...

Performance of Sql subqueriesfunctions

I am currently working on a particularly complex use-case. Simplifying below :) First, a client record has a many-to-one relationship with a collection of services, that is, a single client may have ...