Class: Google::Maps::FleetEngine::Delivery::V1::LocationInfo
- Inherits:
-
Object
- Object
- Google::Maps::FleetEngine::Delivery::V1::LocationInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb
Overview
A location with any additional identifiers.
Instance Attribute Summary collapse
-
#point ⇒ ::Google::Type::LatLng
The location's coordinates.
Instance Attribute Details
#point ⇒ ::Google::Type::LatLng
Returns The location's coordinates.
151 152 153 154 |
# File 'proto_docs/google/maps/fleetengine/delivery/v1/delivery_vehicles.rb', line 151 class LocationInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |