Defines the address.
Definition
public class AddressComponent
Summary
The following table summarizes the members exposed in this class.
Public Constructors
AddressComponent Constructor() | Initializes a new instance of the AddressComponent class. |
Public Properties
LongName | long_name is the full text description or name of the address component as returned by the Geocoder. |
ShortName | short_name is an abbreviated textual name for the address component, if available. For example, an address component for the state of Alaska may have a long_name of "Alaska" and a short_name of "AK" using the 2-letter postal abbreviation. |
Types | types[] is an array indicating the type of the address component. |
Public Constructors
public AddressComponent()
Public Properties
public string LongName { get; set; }
long_name is the full text description or name of the address component as returned by the Geocoder.
public string ShortName { get; set; }
short_name is an abbreviated textual name for the address component, if available. For example, an address component for the state of Alaska may have a long_name of "Alaska" and a short_name of "AK" using the 2-letter postal abbreviation.
public List<string> Types { get; set; }
types[] is an array indicating the type of the address component.