GeocodeAddress Fields |
The GeocodeAddress type exposes the following members.
Name | Description | |
---|---|---|
BoundingBox |
A bounding box containing the address.
Only present if HasBoundingBox is true. If a bounding box is present then Location is
set to the centroid of the bounding box.
| |
Confidence |
An expression of confidence of the geocoding engine in nominating this result as being
the correct result. The confidence is a decimal number between 0 and 1; with 1
representing the highest confidence. The confidence is only applicable to forward
geocode results; it is not applicable to drill down geocode results.
| |
Country |
The name of the country that this GeoCodeAddress is in.
| |
HasBoundingBox |
Whether this GeoCodeAddress has a bounding box, in which case BoundingBox is set to the
bounding box and Location is set to its centroid. Bounding boxes are only currently
returned for region-level GeoCodeAddresses.
| |
Intersection |
A LatLon representing the
point where the address connects with the street network.
| |
Location |
A LatLon representing the
coordinate location of the address.
| |
MatchType |
Indicates the primary search method type that was used to find
this result.
| |
MaxNumber |
Represents the maximum value of the range of street numbers between
which this address lies.
| |
MinNumber |
Represents the minimum value of the range of street numbers between
which this address lies.
| |
Number |
The exact street number (if the exact street number is not available
this value will be < 1).
|