Routes Preferred API 目前仅适用于部分客户。如需了解详情,请
与销售人员联系。
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 )
此时间间隔内的交通速度。
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-11-10。
[null,null,["最后更新时间 (UTC):2024-11-10。"],[[["`SpeedReadingInterval` indicates traffic density on a segment of a path using start and end points and a speed category."],["The interval is defined by `startPolylinePointIndex` and `endPolylinePointIndex`, representing the segment's start and end points on the path."],["Traffic speed within the interval is categorized using the `speed` enum, providing information about traffic flow."],["When an index value is 0 in the JSON representation, the corresponding field (`startPolylinePointIndex` or `endPolylinePointIndex`) may appear unpopulated."]]],[]]