Click or drag to resize

NavigatorSetOffRouteSnapDistance Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

Note: This API is now obsolete.

Sets the distance threshold used to snap the navigator onto the nearest road.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
[ObsoleteAttribute("OffRouteSnapDistance is now based on SetDeviationThreshold")]
public void SetOffRouteSnapDistance(
	DistanceUnit unit,
	double amount
)

Parameters

unit
Type: Telogis.GeoBaseDistanceUnit
The distance unit in which amount is measured.
amount
Type: SystemDouble
The desired distance threshold.
Remarks
Defaults to 20 meters.
See Also