UnknownGeocodeAddress Fields |
The UnknownGeocodeAddress 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.
(Inherited from GeocodeAddress.) | |
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.
(Inherited from GeocodeAddress.) | |
Country |
The name of the country that this GeoCodeAddress is in.
(Inherited from GeocodeAddress.) | |
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.
(Inherited from GeocodeAddress.) | |
Intersection |
A LatLon representing the
point where the address connects with the street network.
(Inherited from GeocodeAddress.) | |
Location |
A LatLon representing the
coordinate location of the address.
(Inherited from GeocodeAddress.) | |
MatchType |
Indicates the primary search method type that was used to find
this result.
(Inherited from GeocodeAddress.) | |
MaxNumber |
Represents the maximum value of the range of street numbers between
which this address lies.
(Inherited from GeocodeAddress.) | |
MinNumber |
Represents the minimum value of the range of street numbers between
which this address lies.
(Inherited from GeocodeAddress.) | |
Number |
The exact street number (if the exact street number is not available
this value will be < 1).
(Inherited from GeocodeAddress.) |