ComponentOne Reports for WPF
C1.C1Report.CustomFields.Maps Namespace / GeocoderBase Class
Members

In This Topic
    GeocoderBase Class
    In This Topic
    Abstract base class used for the GeocoderGoogle and GeocoderBing classes.
    Object Model
    GeocoderBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class GeocoderBase 
    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.
    Inheritance Hierarchy
    See Also