Table of Contents

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

string

CountryCode

The 2-letter ISO 3166 country code

public string CountryCode { get; set; }

Property Value

string

Municipality

The City/Municipality/Town

public string Municipality { get; set; }

Property Value

string

PostalCode

The Postal or Zip code

public string PostalCode { get; set; }

Property Value

string

Region

The Region/District/State

public string Region { get; set; }

Property Value

string