TripWaypoint
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
차량 경로의 정차 지점 또는 차량 이동의 종료 지점을 설명합니다.
JSON 표현 |
{
"location": {
object (TerminalLocation )
},
"tripId": string,
"waypointType": enum (WaypointType ),
"pathToWaypoint": [
{
object (LatLng )
}
],
"encodedPathToWaypoint": string,
"trafficToWaypoint": {
object (ConsumableTrafficPolyline )
},
"distanceMeters": integer,
"eta": string,
"duration": string
} |
필드 |
location |
object (TerminalLocation )
이 경유지의 위치입니다.
|
tripId |
string
이 경유지와 관련된 여정입니다.
|
waypointType |
enum (WaypointType )
승차 또는 하차 등 이 이동에서 이 경유지가 수행하는 역할입니다.
|
pathToWaypoint[] |
object (LatLng )
이전 웨이포인트에서 현재 웨이포인트까지의 경로입니다. 목록의 첫 번째 웨이포인트에는 정의되지 않습니다. 이 필드는 요청 시에만 채워집니다.
|
encodedPathToWaypoint |
string
이전 웨이포인트에서 현재 웨이포인트까지 인코딩된 경로입니다. 참고: 이 필드는 드라이버 SDK 및 소비자 SDK에서만 사용할 수 있습니다. 디코딩은 아직 지원되지 않습니다.
|
trafficToWaypoint |
object (ConsumableTrafficPolyline )
이 경유지로 가는 경로의 교통상황입니다. 트래픽은 Google Maps Platform 이동 및 배송 솔루션 고객만 사용할 수 있습니다.
|
distanceMeters |
integer
이전 웨이포인트에서 현재 웨이포인트까지의 경로 거리입니다. 목록의 첫 번째 경유지에 대해 정의되지 않음.
|
eta |
string (Timestamp format)
이 경유지의 예상 도착 시간입니다. 목록의 첫 번째 웨이포인트에는 정의되지 않습니다. RFC3339 UTC 'Zulu' 형식의 타임스탬프입니다(나노초 단위, 소수점 이하 9자리). 예를 들면 "2014-10-02T15:01:23Z" 및 "2014-10-02T15:01:23.045123456Z" 입니다.
|
duration |
string (Duration format)
이전 경유지에서 이 지점까지의 이동 시간입니다. 목록의 첫 번째 웨이포인트에는 정의되지 않습니다. 소수점 아래가 최대 9자리까지이고 's '로 끝나는 초 단위 기간입니다. 예를 들면 "3.5s" 입니다.
|
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2024-11-06(UTC)
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2024-11-06(UTC)"],[[["Waypoints represent stopping points or ending points on a vehicle's route or trip."],["Each waypoint includes information like location, trip ID, type (pickup, dropoff), path, and estimated arrival time."],["Waypoints can optionally include details about the path to the waypoint, traffic conditions, and distance."],["The ETA and duration fields provide estimates for arrival time and travel time to the waypoint."]]],[]]