Click or drag to resize

UnknownGeocodeAddress Fields

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The UnknownGeocodeAddress type exposes the following members.

Fields
  NameDescription
Public fieldCode exampleBoundingBox
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.)
Public fieldCode exampleConfidence
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.)
Public fieldCode exampleCountry
The name of the country that this GeoCodeAddress is in.
(Inherited from GeocodeAddress.)
Public fieldCode exampleHasBoundingBox
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.)
Public fieldIntersection
A LatLon representing the point where the address connects with the street network.
(Inherited from GeocodeAddress.)
Public fieldCode exampleLocation
A LatLon representing the coordinate location of the address.
(Inherited from GeocodeAddress.)
Public fieldCode exampleMatchType
Indicates the primary search method type that was used to find this result.
(Inherited from GeocodeAddress.)
Public fieldMaxNumber
Represents the maximum value of the range of street numbers between which this address lies.
(Inherited from GeocodeAddress.)
Public fieldMinNumber
Represents the minimum value of the range of street numbers between which this address lies.
(Inherited from GeocodeAddress.)
Public fieldCode exampleNumber
The exact street number (if the exact street number is not available this value will be < 1).
(Inherited from GeocodeAddress.)
Top
See Also