다음을 통해 공유


RouteDirectionsBatchItemResponseOutput interface

쿼리의 결과입니다. 쿼리가 성공적으로 완료되면 RouteDirections, 그렇지 않으면 ErrorResponse입니다.

Extends

상속된 속성

error

오류 개체입니다.

formatVersion

Format Version 속성

optimizedWaypoints

최적화된 웨이포인트 시퀀스입니다. 원래 및 최적화된 목록에 대해 사용자가 제공한 웨이포인트 시퀀스의 인덱스를 보여줍니다. 예를 들어 응답은 다음과 같습니다.

<optimizedWaypoints>
<waypoint providedIndex="0" optimizedIndex="1"/>
<waypoint providedIndex="1" optimizedIndex="2"/>
<waypoint providedIndex="2" optimizedIndex="0"/>
</optimizedWaypoints>

는 원래 시퀀스가 [0, 1, 2]이고 최적화된 시퀀스가 [1, 2, 0]임을 의미합니다. 인덱스가 0부터 시작되므로 원래는 "첫 번째, 두 번째, 세 번째"이고 최적화는 "두 번째, 세 번째, 첫 번째"입니다.

report

현재 호출에 사용된 유효 설정을 보고합니다.

routes

경로 배열

상속된 속성 세부 정보

error

오류 개체입니다.

error?: ErrorDetailOutput

속성 값

ErrorResponseOutput.error 상속된

formatVersion

Format Version 속성

formatVersion?: string

속성 값

string

RouteDirectionsOutput.formatVersion 상속된

optimizedWaypoints

최적화된 웨이포인트 시퀀스입니다. 원래 및 최적화된 목록에 대해 사용자가 제공한 웨이포인트 시퀀스의 인덱스를 보여줍니다. 예를 들어 응답은 다음과 같습니다.

<optimizedWaypoints>
<waypoint providedIndex="0" optimizedIndex="1"/>
<waypoint providedIndex="1" optimizedIndex="2"/>
<waypoint providedIndex="2" optimizedIndex="0"/>
</optimizedWaypoints>

는 원래 시퀀스가 [0, 1, 2]이고 최적화된 시퀀스가 [1, 2, 0]임을 의미합니다. 인덱스가 0부터 시작되므로 원래는 "첫 번째, 두 번째, 세 번째"이고 최적화는 "두 번째, 세 번째, 첫 번째"입니다.

optimizedWaypoints?: RouteOptimizedWaypointOutput[]

속성 값

RouteDirectionsOutput.optimizedWaypoints 상속된

report

현재 호출에 사용된 유효 설정을 보고합니다.

report?: RouteReportOutput

속성 값

RouteDirectionsOutput.report 상속된

routes

경로 배열

routes: RouteOutput[]

속성 값

RouteDirectionsOutput.routes 상속된