Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DirectionsFeatureSetProperties

Hierarchy

Index

Properties

Optional displayFieldName

displayFieldName: string

The name of the layer's primary display field.

Read more...

Optional exceededTransferLimit

exceededTransferLimit: boolean

Typically, a layer has a limit on the number of features (i.e., records) returned by the query operation.

Read more...

Optional extent

The extent of the route.

Read more...

Optional features

features: GraphicProperties[]

The array of graphics returned from a task.

Read more...

Optional fields

fields: FieldProperties[]

Information about each field.

Read more...

Optional geometryType

geometryType: "polyline"

The geometry type of the FeatureSet.

Read more...

Optional mergedGeometry

mergedGeometry: PolylineProperties

A single polyline representing the route.

Read more...

Optional queryGeometry

queryGeometry: GeometryProperties

The geometry used to query the features.

Read more...

Optional routeId

routeId: string

The ID of the route returned from the server.

Read more...

Optional routeName

routeName: string

Name specified in RouteParameters.stops.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

When a FeatureSet is used as input to Geoprocessor, the spatial reference is set to the map's spatial reference by default.

Read more...

Optional strings

strings: any[]

Lists additional information about the directions depending on the value of RouteParameters.directionsOutputType.

Read more...

Optional totalDriveTime

totalDriveTime: number

Actual drive time calculated for the route.

Read more...

Optional totalLength

totalLength: number

The length of the route as specified in the units set in RouteParameters.directionsLengthUnits.

Read more...

Optional totalTime

totalTime: number

The total time calculated for the route as specified in the units set in RouteParameters.directionsTimeAttribute.

Read more...

Generated using TypeDoc