Click or drag to resize

CorrectedLocation Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A location that has been corrected to be situated on the appropriate side of the street, with a suitable distance from the street.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBaseCorrectedLocation

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

The CorrectedLocation type exposes the following members.

Properties
  NameDescription
Public propertyConfidenceLevel
The confidence that the corrected location is accurate, as a ConfidenceLevel enumeration. Set to None if this is a failed request.
Public propertyFailureReason
The reason the location correction request failed, as a string. Set to null if this is a successful request.
Public propertyIntersection
The LatLon coordinates that represent the closest point where the corrected location intersects the street. Set to Empty if this is a failed request.
Public propertyLocation
The corrected LatLon coordinates that match the street address provided. The new location is on the appropriate side of the street and has a suitable distance from the street. Set to Empty if this is a failed request.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also