DataQueryGetCorrectedLocation Method (LatLon, String) | |
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
)
Public Shared Function GetCorrectedLocation (
location As LatLon,
address As String
) As CorrectedLocation
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:
CorrectedLocationA
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