NavigatorSnapPoint Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Snap a given
LatLon to the nearest point on the route.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public LatLon SnapPoint(
LatLon point
)
Public Function SnapPoint (
point As LatLon
) As LatLon
Parameters
- point
- Type: Telogis.GeoBaseLatLon
The given point.
Return Value
Type:
LatLonThe snapped
LatLon.
See Also