RouteDirectionsBatchItemOutput interface

An item returned from Route Directions Batch service call.

Extends

Properties

response

The result of the query. RouteDirections if the query completed successfully, ErrorResponse otherwise.

Inherited Properties

statusCode

HTTP request status code.

Property Details

response

The result of the query. RouteDirections if the query completed successfully, ErrorResponse otherwise.

response: RouteDirectionsBatchItemResponseOutput

Property Value

Inherited Property Details

statusCode

HTTP request status code.

statusCode: number

Property Value

number

Inherited From BatchResultItemOutput.statusCode