Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TravelModeProperties

Hierarchy

  • TravelModeProperties

Index

Properties

Optional attributeParameterValues

attributeParameterValues: TravelModeAttributeParameterValues[]

Lists the parameterized attributes used by the travel mode.

Read more...

Optional description

description: string

A short text description of the travel mode.

Read more...

Optional distanceAttributeName

distanceAttributeName: string

Indicates the distance-based cost attribute for reporting directions and for solving vehicle routing problems.

Read more...

Optional id

id: string

The unique identifier.

Read more...

Optional impedanceAttributeName

impedanceAttributeName: string

The network cost attribute used as impedance.

Read more...

Optional name

name: string

The unique name of the travel mode.

Read more...

Optional restrictionAttributeNames

restrictionAttributeNames: string[]

The list of the restriction attributes used when solving network analysis problems with this travel mode.

Read more...

Optional simplificationTolerance

simplificationTolerance: number

Specifies whether the travel mode generalizes the geometry of analysis results and by how much.

Read more...

Optional simplificationToleranceUnits

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

The linear units associated with simplificationTolerance.

Read more...

Optional timeAttributeName

timeAttributeName: string

Indicates the time-based cost attribute for reporting directions.

Read more...

Optional type

type: "automobile" | "truck" | "walk" | "other"

Indicates the category of travel or vehicle represented by this travel mode.

Read more...

Optional useHierarchy

useHierarchy: boolean

Indicates whether the travel mode uses a hierarchy attribute while performing the analysis.

Read more...

Optional uturnAtJunctions

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

Indicates how the U-turns at junctions that could occur during network traversal are handled by the solver.

Read more...

Generated using TypeDoc