Class: Google::Maps::FleetEngine::V1::Waypoint
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::Waypoint
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/vehicle_api.rb
Overview
Describes intermediate points along a route for a VehicleMatch
in a
SearchVehiclesResponse
. This concept is represented as a TripWaypoint
in
all other endpoints.
Instance Attribute Summary collapse
-
#eta ⇒ ::Google::Protobuf::Timestamp
The estimated time that the vehicle will arrive at this waypoint.
-
#lat_lng ⇒ ::Google::Type::LatLng
The location of this waypoint.
Instance Attribute Details
#eta ⇒ ::Google::Protobuf::Timestamp
Returns The estimated time that the vehicle will arrive at this waypoint.
550 551 552 553 |
# File 'proto_docs/google/maps/fleetengine/v1/vehicle_api.rb', line 550 class Waypoint include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |