In, I wrote an offline Google Maps API Development Kit (GMAP can be developed without a network). Later, liongis reorganized a new package, even an offline package of V3. Today, on the basis of liongis, I have reorganized and released an offline Development Kit for you. Compared with the liongis offline package, I only upgraded the version from 3.4.x to 3.8.2, this should be the latest package at the present stage. The simplest difference is that when you zoom in a map, it is much smoother than the original version. Of course, what you need to thank most is Google's improvement, A layer of static map overlay is added, and it is loaded asynchronously and smoothly during amplification, so the effect is very good.
In addition to the improvements mentioned above, I also provided a map tile for the Expo. The effects are roughly as follows:
This effect is an offline display of your own map in the form of a custom tile map.
Note:
1. This offline development kit only implements function offline, that is, the JS source code and some control images are offline, and the map still uses Google tile.
2. In terms of thinking, downloading Google tile to a local device or cutting tile by yourself is a way to offline map, which can be implemented in principle. For the tile naming and obtaining method, It will be decomposed next time.
3. Today, when Google services are often blocked, offline packages and offline maps are still very necessary. :)
I wish you good use of this offline package. If you are interested, you can discuss and discuss it together.
: Http://sharesh.googlecode.com/files/GoogleMapsAPIv3_OfflinePack.zip
Method of use: extract the archive file to a Web server directory, and access the browser address directly using map-simple.htmland maptype-tms.html. The former is a simple example, and the latter is a tile map example. IE6, Firefox, and chrome are successfully tested.