Click or drag to resize

UnknownGeocodeAddress Properties

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.

Properties
  NameDescription
Public propertyCode exampleAddressRanges
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.
(Inherited from GeocodeAddress.)
Public propertyCity
The name of the city.
(Overrides GeocodeAddressCity.)
Public propertyConfidenceScores
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.
(Inherited from GeocodeAddress.)
Public propertyFormattedAddress
Returns a long line formatted string representing a structured address returned from a geocoding operation.
(Inherited from GeocodeAddress.)
Public propertyItemInt32
Gets or sets the value of a field, given the field's index.
(Inherited from GeocodeAddress.)
Public propertyItemString
Gets or sets a field given the field's name.
(Inherited from GeocodeAddress.)
Public propertyItemString, String
Gets or sets a field based on the given language and field name.
(Inherited from GeocodeAddress.)
Public propertyCode exampleLine1 Obsolete.
The first line of this address in the form "1234 Main St".
(Inherited from GeocodeAddress.)
Public propertyPostalCode
The zip code of this address.
(Overrides GeocodeAddressPostalCode.)
Public propertyRegion
The name of the region.
(Overrides GeocodeAddressRegion.)
Public propertyStreet
The street number (if available) and name.
(Overrides GeocodeAddressStreet.)
Public propertySubregions
The names of the suburbs and regions that subdivide the city.
(Overrides GeocodeAddressSubregions.)
Top
See Also