Class RouteParameters
Represents parameters used when performing route analysis.
Inheritance
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class RouteParameters
Constructors
Name | Description |
---|---|
Route |
Initializes a new instance of the Route |
Properties
Name | Description |
---|---|
Accumulate |
Gets accumulate attribute names. |
Directions |
Gets or sets the directions distance text units. |
Directions |
Gets or sets the directions language. |
Directions |
Gets or sets directions style. |
Find |
Gets or sets a value indicating whether to find the best sequence. |
Output |
Gets or sets the output spatial reference. |
Preserve |
Gets or sets a value indicating whether to preserve the first stop. |
Preserve |
Gets or sets a value indicating whether to preserve the last stop. |
Return |
Gets or sets a value indicating whether to return directions. |
Return |
Gets or sets a value indicating whether to return point barriers. |
Return |
Gets or sets a value indicating whether to return polygon barriers. |
Return |
Gets or sets a value indicating whether to return polyline barriers. |
Return |
Gets or sets a value indicating whether to return routes. |
Return |
Gets or sets a value indicating whether to return stops. |
Route |
Gets or sets the route shape type. |
Start |
Gets or sets the start time in UTC. |
Travel |
Gets or sets the travel mode. |
Methods
Name | Description |
---|---|
Clear |
Clears point barriers. |
Clear |
Clears polygon barriers. |
Clear |
Clears polyline barriers. |
Clear |
Clears stops. |
Get |
Gets the search filter that specifies which network elements stops can be located on. |
Set |
Sets point barriers with feature table. |
SetPointBarriers(IEnumerable<PointBarrier>) | Sets point barriers. |
Set |
Sets polygon barriers with feature table. |
SetPolygonBarriers(IEnumerable<PolygonBarrier>) | Sets polygon barriers. |
Set |
Sets polyline barriers with feature table. |
SetPolylineBarriers(IEnumerable<PolylineBarrier>) | Sets polyline barriers. |
Set |
Sets a search filter that specifies which network elements stops can be located on. |
Set |
Sets stops with feature table. |
SetStops(IEnumerable<Stop>) | Sets stops. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |