RoutingStrategyFastestUTurnPenalty Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The penalty applied during routing for performing a u-turn. The default cost is 80 seconds.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public TimeSpan UTurnPenalty { get; set; }
Public Property UTurnPenalty As TimeSpan
Get
Set
Property Value
Type:
TimeSpanRemarks
This is detrimental to the performance of routing so has max value of 300 seconds.
See Also