Show / Hide Table of Contents

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
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

TargetVersions
.NET Standard 2.0100.3 - 200.8
.NET100.13 - 200.8
.NET Windows100.13 - 200.8
.NET Android200.0 - 200.8
.NET iOS200.0 - 200.8
.NET Framework100.0 - 200.8
Xamarin.Android100.0 - 100.15
Xamarin.iOS100.0 - 100.15
UWP100.0 - 200.8

Relevant samples

Offline routing: Solve a route on-the-fly using offline data.
In This Article
Back to top Copyright © 2022 Esri.