Class: Google::Maps::FleetEngine::V1::ConsumableTrafficPolyline
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::ConsumableTrafficPolyline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/traffic.rb
Overview
Traffic density along a Vehicle's path.
Instance Attribute Summary collapse
-
#encoded_path_to_waypoint ⇒ ::String
The path the driver is taking from the previous waypoint to the current waypoint.
-
#speed_reading_interval ⇒ ::Array<::Google::Maps::FleetEngine::V1::SpeedReadingInterval>
Traffic speed along the path from the previous waypoint to the current waypoint.
Instance Attribute Details
#encoded_path_to_waypoint ⇒ ::String
Returns The path the driver is taking from the previous waypoint to the current
waypoint. This path has landmarks in it so clients can show traffic markers
along the path (see speed_reading_interval
). Decoding is not yet
supported.
69 70 71 72 |
# File 'proto_docs/google/maps/fleetengine/v1/traffic.rb', line 69 class ConsumableTrafficPolyline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#speed_reading_interval ⇒ ::Array<::Google::Maps::FleetEngine::V1::SpeedReadingInterval>
Returns Traffic speed along the path from the previous waypoint to the current waypoint.
69 70 71 72 |
# File 'proto_docs/google/maps/fleetengine/v1/traffic.rb', line 69 class ConsumableTrafficPolyline include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |