Class Address
- Namespace
- Textkernel.Tx.Models.API.Geocoding
- Assembly
- Textkernel.Tx.SDK.dll
An address used to geocode a document
public class Address
- Inheritance
-
Address
- Inherited Members
Properties
AddressLine
Street address
public string AddressLine { get; set; }
Property Value
CountryCode
The 2-letter ISO 3166 country code
public string CountryCode { get; set; }
Property Value
Municipality
The City/Municipality/Town
public string Municipality { get; set; }
Property Value
PostalCode
The Postal or Zip code
public string PostalCode { get; set; }
Property Value
Region
The Region/District/State
public string Region { get; set; }