Speed
The classification of polyline speed based on traffic data.
Enums |
SPEED_UNSPECIFIED |
Default value. This value is unused. |
NORMAL |
Normal speed, no slowdown is detected. |
SLOW |
Slowdown detected, but no traffic jam formed. |
TRAFFIC_JAM |
Traffic jam detected. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-24 UTC.
[null,null,["Last updated 2024-07-24 UTC."],[[["Polylines are categorized into speed classes based on real-time traffic data analysis."],["These speed classes are represented by enums: `NORMAL`, `SLOW`, and `TRAFFIC_JAM`, indicating different traffic flow conditions."],["`SPEED_UNSPECIFIED` is a default value and is not used in active classification."]]],[]]