Show / Hide Table of Contents

Class RouteTaskInfo

A class that describes the transportation network that a route task is bound to.

Inheritance
System.Object
RouteTaskInfo
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 RouteTaskInfo

Properties

Name Description
AccumulateAttributeNames

Gets accumulate attribute names.

CostAttributes

Gets cost attributes.

DefaultTravelModeName

Gets default travel mode's name.

DirectionsDistanceUnits

Gets directions distance text units.

DirectionsLanguage

Gets directions language.

DirectionsStyle

Gets directions style.

DirectionsSupport

Gets a value indicating whether the underlying network dataset supports the returning of directions.

FindBestSequence

Gets a value indicating whether to find the best sequence.

MaxLocatingDistance

Gets the maximum distance that Network Analyst searches when locating or relocating a point onto the network.

NetworkName

Gets network name.

OutputSpatialReference

Gets the output spatial reference.

PreserveFirstStop

Gets a value indicating whether to preserve the first stop.

PreserveLastStop

Gets a value indicating whether to preserve the last stop.

RestrictionAttributes

Gets the restriction attributes.

RouteShapeType

Gets the route shape type.

StartTime

Gets the start time in UTC.

SupportedLanguages

Gets an array of supported languages.

SupportedRestrictionUsageParameterValues

Gets an array of supported restriction usage parameter values.

SupportsRerouting

Gets a value indicating whether or not rerouting is supported.

TravelModes

Gets an array of travel modes.

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.