Class UspsAddress
USPS representation of a US address.
Implements
Namespace: Google.Maps.AddressValidation.V1
Assembly: Google.Maps.AddressValidation.V1.dll
Syntax
public sealed class UspsAddress : IMessage<UspsAddress>, IEquatable<UspsAddress>, IDeepCloneable<UspsAddress>, IBufferMessage, IMessage
Constructors
UspsAddress()
Declaration
public UspsAddress()
UspsAddress(UspsAddress)
Declaration
public UspsAddress(UspsAddress other)
Parameters
Type | Name | Description |
---|---|---|
UspsAddress | other |
Properties
City
City name.
Declaration
public string City { get; set; }
Property Value
Type | Description |
---|---|
string |
CityStateZipAddressLine
City + state + postal code.
Declaration
public string CityStateZipAddressLine { get; set; }
Property Value
Type | Description |
---|---|
string |
Firm
Firm name.
Declaration
public string Firm { get; set; }
Property Value
Type | Description |
---|---|
string |
FirstAddressLine
First address line.
Declaration
public string FirstAddressLine { get; set; }
Property Value
Type | Description |
---|---|
string |
SecondAddressLine
Second address line.
Declaration
public string SecondAddressLine { get; set; }
Property Value
Type | Description |
---|---|
string |
State
2 letter state code.
Declaration
public string State { get; set; }
Property Value
Type | Description |
---|---|
string |
Urbanization
Puerto Rican urbanization name.
Declaration
public string Urbanization { get; set; }
Property Value
Type | Description |
---|---|
string |
ZipCode
Postal code e.g. 10009.
Declaration
public string ZipCode { get; set; }
Property Value
Type | Description |
---|---|
string |
ZipCodeExtension
4-digit postal code extension e.g. 5023.
Declaration
public string ZipCodeExtension { get; set; }
Property Value
Type | Description |
---|---|
string |