RoutingStrategyFastestCrossingTurnPenalty Property | |
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; }
Public Property CrossingTurnPenalty As TimeSpan
Get
Set
Property Value
Type:
TimeSpanExceptions Remarks
This is detrimental to the performance of routing so has max value of 300 seconds.
See Also