[]
        
(Showing Draft Content)

C1.Win.FlexReport.CustomFields.Maps.GeocoderBase

GeocoderBase Class

Abstract base class used for the GeocoderGoogle and GeocoderBing classes.

Namespace: C1.Win.FlexReport.CustomFields.Maps
Assembly: C1.Win.FlexReport.CustomFields.4.8.dll
Syntax
public abstract class GeocoderBase
Remarks

This class manages a file-based location cache. The actual geocoding must be performed on derived classes that implement the GetLocation method.

Constructors

Name Description
GeocoderBase(string, bool)

Initializes a new instance of a GeocoderBase.

Methods

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.