Class: Google::Maps::FleetEngine::V1::TerminalLocation
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::V1::TerminalLocation
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/v1/fleetengine.rb
Overview
Describes the location of a waypoint.
Instance Attribute Summary collapse
-
#access_point_id ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#point ⇒ ::Google::Type::LatLng
Required.
-
#terminal_location_type ⇒ ::Google::Maps::FleetEngine::V1::WaypointType
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#terminal_point_id ⇒ ::Google::Maps::FleetEngine::V1::TerminalPointId
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#trip_id ⇒ ::String
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
Instance Attribute Details
#access_point_id ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Deprecated: Specify the point
field instead.
64 65 66 67 |
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 64 class TerminalLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#point ⇒ ::Google::Type::LatLng
Returns Required. Denotes the location of a trip waypoint.
64 65 66 67 |
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 64 class TerminalLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#terminal_location_type ⇒ ::Google::Maps::FleetEngine::V1::WaypointType
This field is deprecated and may be removed in the next major version update.
Returns Deprecated: Vehicle.waypoint
will have this data.
64 65 66 67 |
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 64 class TerminalLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#terminal_point_id ⇒ ::Google::Maps::FleetEngine::V1::TerminalPointId
This field is deprecated and may be removed in the next major version update.
Returns Deprecated: Specify the point
field instead.
64 65 66 67 |
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 64 class TerminalLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trip_id ⇒ ::String
This field is deprecated and may be removed in the next major version update.
Returns Deprecated.
64 65 66 67 |
# File 'proto_docs/google/maps/fleetengine/v1/fleetengine.rb', line 64 class TerminalLocation include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |