Click or drag to resize
AddressFieldType Enumeration
Print this page
Identifies the type of an address field.

Namespace: Telogis.API
  
  
Syntax
public enum AddressFieldType
Members
  Member nameValueDescription
StreetNumber0 The address field refers to a street number.
StreetName1 The address field refers to a street name.
City2 The address field refers to a city.
County3 The address field refers to a county.
Region4 The address field refers to a region.
State5 The address field refers to a state.
Zip6 The address field refers to a zip.
PostCode7 The address field refers to a post code.
Building8 The address field refers to a building.
Sector9 The address field refers to a sector.
Country10 The address field refers to a country.
CrossStreet11 The address field refers to a cross street.
See Also