RoutingStrategyExtraProcessingRatio Property | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Used to increase the area of the bounding boxes for querying the network.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public float ExtraProcessingRatio { get; set; }
Public Property ExtraProcessingRatio As Single
Get
Set
Property Value
Type:
SingleRemarks
This value represents the multiplier for the size of the area that routing will
look at when locating the optimum path. Valid values are 1 to 100; the default is 1.
100 means the area looked at is 100 times larger than the default.
It should be noted that increasing the search area will also increase the
memory requirements and the amount of time it takes to create a route.
See Also