Touchstone Re 2023 API Reference
BaseGeocoder Enumeration


Air.Services.Proxy Assembly > AIR.Services.DataImport.Data Namespace : BaseGeocoder Enumeration
Provides a series of codes to represent the Geocoder options that Touchstone® supports.
Syntax
Public Enum BaseGeocoder 
   Inherits System.Enum
Dim instance As BaseGeocoder
public enum BaseGeocoder : System.Enum 
Members
MemberDescription
AIRGeocoderIndicates that Touchstone® should use the AIR Geocoder to geocode Locations (1).
ClientSpecificGeocoderIndicates that Touchstone® should use a client-specific Geocoder to geocode Locations (3).
ThirdPartyGeocoderIndicates that Touchstone® should use a third-party Geocoder to geocode Locations (2).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         AIR.Services.DataImport.Data.BaseGeocoder

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AIR.Services.DataImport.Data Namespace