http://www.google.com/apis/maps/documentation/
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.
Constructor | Description |
---|---|
GFactualGeocodeCache() | Creates a new cache that stores only replies it considers factual. (Since 2.55) |
Methods | Return Value | Description |
---|---|---|
isCachable(reply) | Boolean | Overrides the default implementation of this method to perform a more thorough check of the status code. Only a reply with Status.code set to G_GEO_SUCCESS, or known to be invalid, is considered cachable. Replies that timed out or resulted in a generic server error are not cached. (Since 2.55) |