フィードバックを送信
SpeedReadingInterval
コレクションでコンテンツを整理
必要に応じて、コンテンツの保存と分類を行います。
ポリラインまたはパスの連続するセグメント上の交通密度インジケーター。SpeedReadingInterval
は、ポイント P_0、P_1、...、P_N(ゼロベースのインデックス)を含むパスに対して、間隔を定義し、次のカテゴリを使用してそのトラフィックを記述します。
JSON 表現
{
"startPolylinePointIndex" : integer ,
"endPolylinePointIndex" : integer ,
// Union field speed_type
can be only one of the following:
"speed" : enum (Speed
)
// End of list of possible types for union field speed_type
.
}
フィールド
startPolylinePointIndex
integer
ポリライン内のこの区間の開始インデックス。
endPolylinePointIndex
integer
ポリライン内のこの区間の終了インデックス。
共用体フィールド speed_type
。
speed_type
は次のいずれかになります。
speed
enum (Speed
)
この間隔のトラフィック速度。
スピード
列挙型
SPEED_UNSPECIFIED
デフォルト値。この値は使用されません。
NORMAL
通常の速度です。減速は検出されません。
SLOW
渋滞は検出されましたが、渋滞は発生しませんでした。
TRAFFIC_JAM
交通渋滞が検出されました。
フィードバックを送信
特に記載のない限り、このページのコンテンツはクリエイティブ・コモンズの表示 4.0 ライセンス により使用許諾されます。コードサンプルは Apache 2.0 ライセンス により使用許諾されます。詳しくは、Google Developers サイトのポリシー をご覧ください。Java は Oracle および関連会社の登録商標です。
最終更新日 2023-12-02 UTC。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"必要な情報がない"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"複雑すぎる / 手順が多すぎる"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"最新ではない"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻訳に関する問題"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"サンプル / コードに問題がある"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"その他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"わかりやすい"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"問題の解決に役立った"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"その他"
}]
ご意見をお聞かせください