DataQueryGetCorrectedLocation Method (LatLon, String, 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 streetNumber,
string streetName
)
Public Shared Function GetCorrectedLocation (
location As LatLon,
streetNumber As String,
streetName 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. - streetNumber
- Type: SystemString
The street number of the address. - streetName
- Type: SystemString
The street name of the address.
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