Class: Google::Maps::FleetEngine::V1::StopLocation

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/maps/fleetengine/v1/trips.rb

Overview

The actual location where a stop (pickup/dropoff) happened.

Instance Attribute Summary collapse

Instance Attribute Details

#point::Google::Type::LatLng

Returns Required. Denotes the actual location.

Returns:



206
207
208
209
# File 'proto_docs/google/maps/fleetengine/v1/trips.rb', line 206

class StopLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#stop_time::Google::Protobuf::Timestamp

Deprecated.

This field is deprecated and may be removed in the next major version update.

Returns Input only. Deprecated. Use the timestamp field.

Returns:



206
207
208
209
# File 'proto_docs/google/maps/fleetengine/v1/trips.rb', line 206

class StopLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#timestamp::Google::Protobuf::Timestamp

Returns Indicates when the stop happened.

Returns:



206
207
208
209
# File 'proto_docs/google/maps/fleetengine/v1/trips.rb', line 206

class StopLocation
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end