Module: Google::Maps::FleetEngine::V1::SpeedReadingInterval::Speed

Defined in:
proto_docs/google/maps/fleetengine/v1/traffic.rb

Overview

The classification of polyline speed based on traffic data.

Constant Summary collapse

SPEED_UNSPECIFIED =

Default value. This value is unused.

0
NORMAL =

Normal speed, no slowdown is detected.

1
SLOW =

Slowdown detected, but no traffic jam formed.

2
TRAFFIC_JAM =

Traffic jam detected.

3