Skip to main content

RouteOutputDataType

Resumen

Enumeration of output types for the Route solver.

Propiedades

Nombre Explicación Tipo de datos

Stops

(Solo lectura)

Specifies the output stops for the Route analysis, including which stops could and could not be reached by any of the routes.

Object

Routes

(Solo lectura)

Specifies output routes connecting stops calculated in the Route analysis.

Object

RouteEdges

(Solo lectura)

Specifies the output route edges for the Route analysis, the individual road segments in the network that the routes travel along.

Object

RouteJunctions

(Solo lectura)

Specifies the output route junctions for the Route analysis, the junctions in the network that the routes travel through.

Object

RouteTurns

(Solo lectura)

Specifies the output route turns for the Route analysis, the turn features in the network that the routes travel through.

Object

Directions

(Solo lectura)

The output turn-by-turn directions for the routes calculated in the analysis.

Heredado:

This output type has been superseded by DirectionPoints and DirectionLines and will be removed in a future release.

Object

DirectionPoints

(Solo lectura)

This is the output turn-by-turn directions for the routes calculated in the analysis, represented as point locations along the routes where specific direction events or maneuvers occur.

Object

DirectionLines

(Solo lectura)

This is the output route lines calculated in the analysis sliced to represent each route segment between DirectionPoints events or maneuver locations.

Object