Property CoordinateWindow: double;
This property controls checking of coordinates when entered into functions that accept coordinates.
It will check if coordinates are within the Minimum Bounding Rectangle + X % of the street network.
An example: If the coordinate should be between 0 and 50 and CoordinateWindow=20, then only coordinates between -10 and 60 will be accepted.
By setting CoordinateWindow < 0, the check is disabled. Default value is 20.
This will prevent situations where you by mistake swap x and y coordinate or use lat/long coordinates when the street network was in a projected coordinate system or vice versa.
ActiveX / VCL / CLX component: RWnetBase