Class: Google::Maps::FleetEngine::V1::StopLocation
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::StopLocation
- 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
-
#point ⇒ ::Google::Type::LatLng
Required.
-
#stop_time ⇒ ::Google::Protobuf::Timestamp
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#timestamp ⇒ ::Google::Protobuf::Timestamp
Indicates when the stop happened.
Instance Attribute Details
#point ⇒ ::Google::Type::LatLng
Returns Required. Denotes the actual location.
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.
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.
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 |