Click or drag to resize

RoutingStrategyFastestCrossingTurnPenalty Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The penalty applied during routing for making a turn that crosses traffic. So in a country that drives on the right side of the road, left turns will be penalized if they cross a lane of traffic. Default is no penalty.

Namespace:  Telogis.GeoBase.Routing
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public TimeSpan CrossingTurnPenalty { get; set; }

Property Value

Type: TimeSpan
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionThrown when the TimeSpan supplied is less than zero or more than five minutes.
Remarks
This is detrimental to the performance of routing so has max value of 300 seconds.
See Also