ConsumableTrafficPolyline
透過集合功能整理內容
你可以依據偏好儲存及分類內容。
JSON 表示法 |
{
"speedReadingInterval": [
{
object (SpeedReadingInterval )
}
],
"encodedPathToWaypoint": string
} |
欄位 |
speedReadingInterval[] |
object (SpeedReadingInterval )
從上一個路徑點到目前路徑點的路徑上,車流量速度。
|
encodedPathToWaypoint |
string
駕駛人從上一個路標到目前路標的路線。這個路徑含有地標,因此用戶端可以沿路顯示交通標記 (請參閱 speedReadingInterval )。目前尚不支援解碼。
|
SpeedReadingInterval
路徑連續段的交通密度指標。假設路徑包含 P_0、P_1、...、P_N 等點 (以 0 為基底的索引),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 |
系統偵測到交通壅塞。 |
除非另有註明,否則本頁面中的內容是採用創用 CC 姓名標示 4.0 授權,程式碼範例則為阿帕契 2.0 授權。詳情請參閱《Google Developers 網站政策》。Java 是 Oracle 和/或其關聯企業的註冊商標。
上次更新時間: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"]],["上次更新時間: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."]]],[]]