RouteTaskInfo class final

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

Implemented types

Properties

accumulateAttributeNames → List<String>
Accumulate attribute names.
no setter
costAttributes → Map<String, CostAttribute>
Cost attributes.
no setter
defaultTravelModeName → String
Default travel mode's name.
no setter
directionsDistanceUnits → UnitSystem
Directions distance text units.
no setter
directionsLanguage → String
Directions language.
no setter
directionsStyle → DirectionsStyle
Directions style.
no setter
directionsSupport → NetworkDirectionsSupport
Whether the underlying network dataset supports the returning of directions.
no setter
findBestSequence → bool
Find best sequence.
no setter
hashCode → int
The hash code for this object.
no setterinherited
maxLocatingDistance → double
Maximum locating distance is the furthest distance in meters that Network Analyst searches when locating or relocating a point onto the network.
no setter
networkName → String
Network name.
no setter
outputSpatialReference → SpatialReference?
Output spatial reference.
no setter
preserveFirstStop → bool
Preserve first stop.
no setter
preserveLastStop → bool
Preserve last stop.
no setter
restrictionAttributes → Map<String, RestrictionAttribute>
Restriction attributes.
no setter
routeShapeType → RouteShapeType
Route shape type.
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
startTime → DateTime?
Start time.
no setter
supportedLanguages → List<String>
Array of supported languages.
no setter
supportedRestrictionUsageParameterValues → List<String>
Array of supported restriction usage parameter values.
no setter
supportsRerouting → bool
Value of service property "Supports Rerouting"
no setter
travelModes → List<TravelMode>
Array of travel modes.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited