Reference documentation and code samples for the Google Maps FleetEngine V1 Client class Speed.
The classification of polyline speed based on traffic data.
Protobuf type maps.fleetengine.v1.SpeedReadingInterval.Speed
Namespace
Google \ Maps \ FleetEngine \ V1 \ SpeedReadingIntervalMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
SPEED_UNSPECIFIED
Value: 0
Default value. This value is unused.
Generated from protobuf enum SPEED_UNSPECIFIED = 0;
NORMAL
Value: 1
Normal speed, no slowdown is detected.
Generated from protobuf enum NORMAL = 1;
SLOW
Value: 2
Slowdown detected, but no traffic jam formed.
Generated from protobuf enum SLOW = 2;
TRAFFIC_JAM
Value: 3
Traffic jam detected.
Generated from protobuf enum TRAFFIC_JAM = 3;