Click or drag to resize

UnknownGeocodeAddress Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Represents a generic (or 'unknown') GeocodeAddress. It contains no more than a street address, city, zip code and region.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public class UnknownGeocodeAddress : GeocodeAddress

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
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetFields
Gets the fields contained within this address; such as street name, city and postal (zip) code.
(Inherited from GeocodeAddress.)
Public methodGetFields(String)
Gets the fields contained within this UnknownGeoCodeAddress.
(Overrides GeocodeAddressGetFields(String).)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrdinal(String)
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in the default language (English).
(Inherited from GeocodeAddress.)
Public methodGetOrdinal(String, String)
Finds the ordinal number of the specified field within the GeoCodeAddress structure, in a language specified by three-letter ISO country code.
(Inherited from GeocodeAddress.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodCode exampleToGeocodeResult
Stores the address used to generate a geocode result as a RawAddress. The result is found in FoundAddress.
(Inherited from GeocodeAddress.)
Public methodToString
Format the address for display, depending on the information available.
(Inherited from GeocodeAddress.)
Top
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