ConsumableTrafficPolyline
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
JSON 表示法 |
{
"speedReadingInterval": [
{
object (SpeedReadingInterval )
}
],
"encodedPathToWaypoint": string
} |
字段 |
speedReadingInterval[] |
object (SpeedReadingInterval )
从上一个航点到当前航点沿路的交通速度。
|
encodedPathToWaypoint |
string
驾驶员从上一个航点到当前航点所走的路径。此路径包含地标,因此客户端可以显示路径沿途的交通标记(请参阅 speedReadingInterval )。尚不支持解码。
|
SpeedReadingInterval
路径中连续路段上的交通密度指示器。假设有一个包含点 P_0、P_1、...、P_N(从零开始编号)的路径,SpeedReadingInterval 会定义一个间隔,并使用以下类别描述其流量。
JSON 表示法 |
{
"startPolylinePointIndex": integer,
"endPolylinePointIndex": integer,
"speed": enum (Speed )
} |
字段 |
startPolylinePointIndex |
integer
路径中此间隔的起始索引。在 JSON 中,当索引为 0 时,该字段将显示为未填充。
|
endPolylinePointIndex |
integer
此时间段在路径中的结束索引。在 JSON 中,当索引为 0 时,该字段将显示为未填充。
|
speed |
enum (Speed )
此时间段内的交通速度。
|
速度
枚举 |
SPEED_UNSPECIFIED |
默认值。此值未使用。 |
NORMAL |
正常速度,未检测到减速。 |
SLOW |
检测到车速缓慢,但未形成交通堵塞。 |
TRAFFIC_JAM |
检测到交通堵塞。 |
如未另行说明,那么本页面中的内容已根据知识共享署名 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。"],[[["ConsumableTrafficPolyline provides traffic density information along a vehicle's path using encoded polylines and speed readings."],["SpeedReadingInterval objects represent traffic conditions on segments of the path, indicating speed levels like normal, slow, or traffic jam."],["The `speed` field within SpeedReadingInterval classifies traffic speed into categories: `SPEED_UNSPECIFIED`, `NORMAL`, `SLOW`, and `TRAFFIC_JAM`."],["`encodedPathToWaypoint` is a string representing the path with landmarks, enabling the display of traffic markers; decoding is not yet supported."]]],[]]