Class: Google::Maps::FleetEngine::V1::Waypoint

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#eta::Google::Protobuf::Timestamp

Returns The estimated time that the vehicle will arrive at this waypoint.

Returns:



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

#lat_lng::Google::Type::LatLng

Returns The location of this waypoint.

Returns:



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