Click or drag to resize

DataQueryGetCorrectedLocation Method (LatLon, String)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Gets a CorrectedLocation, which is a location that has been corrected to be situated on the appropriate side of the street, with a suitable distance from the street.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public static CorrectedLocation GetCorrectedLocation(
	LatLon location,
	string address
)

Parameters

location
Type: Telogis.GeoBaseLatLon
The latitude/longitude coordinates of the physical location. For example, this location could be recorded at the physical address by a driver using a GPS unit.
address
Type: SystemString
The address, containing a target street number and street name.

Return Value

Type: CorrectedLocation
A CorrectedLocation, containing the corrected location (on the appropriate side of the street, with a suitable distance from the street) and the point where the location intersects the street. It also returns the confidence in the accuracy of the result, and a failure reason if the request failed.
See Also