Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportRouteParametersProperties

Hierarchy

  • supportRouteParametersProperties

Index

Properties

Optional accumulateAttributes

accumulateAttributes: string[]

The list of network attribute names to be accumulated with the analysis.

Read more...

Optional apiKey

apiKey: string

An authorization string used to access a resource or service.

Read more...

Optional attributeParameterValues

attributeParameterValues: RouteParametersAttributeParamValue[]

Each element in the array is an object that describes the parameter values.

Read more...

Optional directionsLanguage

directionsLanguage: string

The language used when computing directions.

Read more...

Optional directionsLengthUnits

directionsLengthUnits: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "decimal-degrees" | "points"

The length units to use when computing directions.

Read more...

Optional directionsOutputType

directionsOutputType: "complete" | "complete-no-events" | "instructions-only" | "standard" | "summary-only"

Defines the amount of direction information returned.

Read more...

Optional directionsStyleName

directionsStyleName: string

The style to be used when returning directions.

Read more...

Optional directionsTimeAttribute

directionsTimeAttribute: string

The name of network attribute to use for the drive time when computing directions.

Read more...

Optional doNotLocateOnRestrictedElements

doNotLocateOnRestrictedElements: boolean

If true, avoids network elements restricted by barriers or restrictions specified in restrictionAttributes.

Read more...

Optional findBestSequence

findBestSequence: boolean

The route can help you find the most efficient path for visiting a given list of stops.

Read more...

Optional ignoreInvalidLocations

ignoreInvalidLocations: boolean

In routes where a stop is not located on a network or a stop could not be reached, the results will differ depending on the value of this property:

Read more...

Optional impedanceAttribute

impedanceAttribute: string

The network attribute name to be used as the impedance attribute in the analysis.

Read more...

Optional outSpatialReference

outSpatialReference: string | SpatialReferenceProperties

The well-known ID of the spatial reference for the geometries returned with the analysis results.

Read more...

Optional outputGeometryPrecision

outputGeometryPrecision: number

The precision of the output geometry after generalization.

Read more...

Optional outputGeometryPrecisionUnits

outputGeometryPrecisionUnits: "millimeters" | "centimeters" | "decimeters" | "meters" | "kilometers" | "inches" | "feet" | "yards" | "miles" | "nautical-miles" | "decimal-degrees" | "points"

The units of the output geometry precision.

Read more...

Optional outputLines

outputLines: "none" | "straight" | "true-shape" | "true-shape-with-measure"

The type of output lines to be generated in the result.

Read more...

Optional pointBarriers

pointBarriers: supportFeatureSetProperties | (supportDataLayerProperties & { type: "layer" })

The set of point barriers loaded as network locations during analysis.

Read more...

Optional polygonBarriers

polygonBarriers: supportFeatureSetProperties | (supportDataLayerProperties & { type: "layer" })

The set of polygon barriers loaded as network locations during analysis.

Read more...

Optional polylineBarriers

polylineBarriers: supportFeatureSetProperties | (supportDataLayerProperties & { type: "layer" })

The set of polyline barriers loaded as network locations during analysis.

Read more...

Optional preserveFirstStop

preserveFirstStop: boolean

If true, keeps the first stop fixed in the sequence even when findBestSequence = true.

Read more...

Optional preserveLastStop

preserveLastStop: boolean

If true, keeps the last stop fixed in the sequence even when findBestSequence = true.

Read more...

Optional restrictUTurns

restrictUTurns: "allow-backtrack" | "at-dead-ends-only" | "no-backtrack" | "at-dead-ends-and-intersections"

Specifies how U-Turns should be handled.

Read more...

Optional restrictionAttributes

restrictionAttributes: string[]

The list of network attribute names to be used as restrictions with the analysis.

Read more...

Optional returnBarriers

returnBarriers: boolean

If true, barriers are returned with the RouteResult.

Read more...

Optional returnDirections

returnDirections: boolean

Indicates whether the service should generate driving directions for each route.

Read more...

Optional returnPolygonBarriers

returnPolygonBarriers: boolean

If true, polygon barriers are returned in the RouteResult.

Read more...

Optional returnPolylineBarriers

returnPolylineBarriers: boolean

If true, polyline barriers are returned in the RouteResult.

Read more...

Optional returnRoutes

returnRoutes: boolean

If true, routes are generated and returned in the route property of each RouteResult.

Read more...

Optional returnStops

returnStops: boolean

If true, stops are returned in the stops property of each RouteResult.

Read more...

Optional returnZ

returnZ: boolean

If true, z values are returned in the RouteResult.

Read more...

Optional startTime

startTime: DateProperties

The time the route begins.

Read more...

Optional startTimeIsUTC

startTimeIsUTC: boolean

If true, the start time will be in UTC format.

Read more...

Optional stops

The set of stops loaded as network locations during analysis.

Read more...

Optional travelMode

A travel mode represents a means of transportation, such as driving or walking.

Read more...

Optional useHierarchy

useHierarchy: boolean

If true, the hierarchy attribute for the network should be used in analysis.

Read more...

Optional useTimeWindows

useTimeWindows: boolean

A useful feature of the route is the ability to constrain stop visits to certain times of day, or "time windows".

Read more...

Generated using TypeDoc