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 地图平台行程和交付解决方案的客户。
|
distanceMeters |
integer
从上一个航点到当前航点的路径距离。对于列表中的第一个航点,此值未定义。
|
eta |
string (Timestamp format)
预计到达此航点的时间。对于列表中的第一个航点,此值未定义。 时间戳采用 RFC3339 世界协调时间(UTC,即“祖鲁时”)格式,精确到纳秒,最多九个小数位。示例:"2014-10-02T15:01:23Z" 和 "2014-10-02T15:01:23.045123456Z" 。
|
duration |
string (Duration format)
从上一个航点到此点的行程时间。未对列表中的第一个航点进行定义。 该时长以秒为单位,最多包含九个小数位,以“s ”结尾。示例:"3.5s" 。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-06。
[[["易于理解","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"]],["最后更新时间 (UTC):2024-11-06。"],[[["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."]]],[]]