Class TravelMode
Class that defines a NetworkAnalyst travel mode
Inheritance
System.Object
TravelMode
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Esri.ArcGISRuntime.Tasks.NetworkAnalysis
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class TravelMode
Constructors
Name | Description |
---|---|
TravelMode() | Initializes a new instance of the TravelMode class. |
Properties
Name | Description |
---|---|
AttributeParameterValues | Gets the attribute parameter values. |
Description | Gets or sets the travel mode's description. |
DistanceAttributeName | Gets or sets the distance attribute name. |
ImpedanceAttributeName | Gets or sets the impedance attribute name. |
Name | Gets or sets the travel mode's name. |
OutputGeometryPrecision | Gets or sets output geometry precision in meters. |
RestrictionAttributeNames | Gets restriction attribute names. |
TimeAttributeName | Gets or sets the time attribute name. |
Type | Gets or sets the travel mode's type. |
UseHierarchy | Gets or sets a value indicating whether to prefer higher-order streets. |
UTurnPolicy | Gets or sets the U-turn policy. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Offline routing: Solve a route on-the-fly using offline data.