GeocodeAddress Properties |
The GeocodeAddress type exposes the following members.
Name | Description | |
---|---|---|
AddressRanges |
Gets the known street-number ranges for the result of this geocode. If this address is not
a street, or if a specific street-number was provided as part of the search,
null will be returned. If there is no known number data for this street, an empty
array will be returned.
| |
City |
The name of the city.
| |
ConfidenceScores |
The confidence that this address matches the Geocoded address. The confidence is only
applicable to forward geocode results; it is not applicable to drill down geocode
results.
| |
FormattedAddress |
Returns a long line formatted string representing a structured address returned from a geocoding operation.
| |
ItemInt32 |
Gets or sets the value of a field, given the field's index.
| |
ItemString |
Gets or sets a field given the field's name.
| |
ItemString, String |
Gets or sets a field based on the given language and field name.
| |
Line1 | Obsolete.
The first line of this address in the form "1234 Main St".
| |
PostalCode |
The zip code of this address.
| |
Region |
The name of the region.
| |
Street |
The name of the street.
| |
Subregions |
The name of the regions within a city.
|