This document is archived and information here might be outdated. Recommended version. |
The search tolerance value used to find landmarks along the route using spatial search.
[Visual Basic .NET]
Public Property SearchTolerance As Double
[C#]
public double SearchTolerance {get; set;}
[C++]
HRESULT get_SearchTolerance(
System.Double* tolerance
);
[C++]
HRESULT put_SearchTolerance(
double tolerance
);
[C++] Parameters tolerance [out, retval]
tolerance is a parameter of type double* tolerance [in]
tolerance is a parameter of type double