[]
Abstract base class used for the GeocoderGoogle and GeocoderBing classes.
public abstract class GeocoderBase
This class manages a file-based location cache. The actual geocoding must be performed on derived classes that implement the GetLocation method.
| Name | Description |
|---|---|
| GeocoderBase(string, bool) | Initializes a new instance of a GeocoderBase. |
| Name | Description |
|---|---|
| GeoLocateAddress(string) | Call geocoding service to retrieve the location of an address. |
| GetLocation(string) | Gets the location of a given object. |
| LoadCache() | Loads the location cache from the default cache file.. |
| SaveCache() | Saves the current location cache to the default cache file. |
| UrlEncode(string) | Same as HttpUtility.UrlEncode, but without taking a dependency on System.Web. |