com.mapitz.gwt.googleMaps.client
Class GFactualGeocodeCache
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.mapitz.gwt.googleMaps.client.GGeocodeCache
com.mapitz.gwt.googleMaps.client.GFactualGeocodeCache
public class GFactualGeocodeCache
- extends GGeocodeCache
This class refines the basic GGeocodeCache class by placing stricter conditions on cached replies. It only caches replies which are very unlikely to change within a short period of time.
- Author:
- aglaforge
| Methods inherited from class com.google.gwt.core.client.JavaScriptObject |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
create
public static GFactualGeocodeCache create()
- Creates a new cache that stores only replies it considers factual. (Since 2.55)
- Returns: