Address Properties |
The Address type exposes the following members.
Name | Description | |
---|---|---|
City |
The name of the city. This value may be null if relevant city data is unavailable.
| |
Country |
The Country in which this Address is located.
| |
County |
The name of the county. This value may be null if relevant county data
is unavailable or not applicable at this location.
| |
ExtendedNameInfo |
Array of street name information for the street (some streets may have more than one name).
| |
FormattedAddress |
Returns a long line formatted string representing a structured address returned from a geocoding operation.
| |
Line1 | Obsolete. Returns a formatted string representing the first line of a
street address.
| |
Names |
Array of street names for the street (some streets may have more than one name).
| |
Number |
Number on street, -1 if no number.
| |
PostalCode |
The postal (ZIP) code associated with this address.
| |
PrimaryName |
The primary name for the street.
| |
Region |
Name of the largest administrative region (for example: State name in the USA,
Bundesländer name in Germany, or the Province name in Britain). Region may be
null if no data is available.
| |
Regions |
Contains the list of regions for this address, with the
most specific region (eg suburb or city) first.
| |
StreetNumberFull |
The street number of the address e.g. 20, 5b or 10-12.
| |
SubRegions |
Suburb and regions where this address is located that subdivide the city.
|