Class TravelMode
Class that defines a NetworkAnalyst travel mode
Inheritance
System.Object
TravelMode
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TravelMode
Constructors
Name | Description |
---|---|
Travel |
Initializes a new instance of the Travel |
Properties
Name | Description |
---|---|
Attribute |
Gets the attribute parameter values. |
Description | Gets or sets the travel mode's description. |
Distance |
Gets or sets the distance attribute name. |
Impedance |
Gets or sets the impedance attribute name. |
Name | Gets or sets the travel mode's name. |
Output |
Gets or sets output geometry precision in meters. |
Restriction |
Gets restriction attribute names. |
Time |
Gets or sets the time attribute name. |
Type | Gets or sets the travel mode's type. |
Use |
Gets or sets a value indicating whether to prefer higher-order streets. |
UTurn |
Gets or sets the U-turn policy. |
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 |
Relevant samples
Offline routing: Solve a route on-the-fly using offline data.