Click or drag to resize

NavigatorSnapPoint Method

Verizon Connect Logo
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
)

Parameters

point
Type: Telogis.GeoBaseLatLon
The given point.

Return Value

Type: LatLon
The snapped LatLon.
See Also