Click or drag to resize

RoutingStrategyFastestUTurnPenalty 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 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; }

Property Value

Type: TimeSpan
Remarks
This is detrimental to the performance of routing so has max value of 300 seconds.
See Also