Class: Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::Route
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::Route
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/content.rb
Overview
Route information from Google Maps.
Instance Attribute Summary collapse
-
#distance_meters ⇒ ::Integer
The total distance of the route, in meters.
-
#duration ⇒ ::Google::Protobuf::Duration
The total duration of the route.
-
#encoded_polyline ⇒ ::String
An encoded polyline of the route.
Instance Attribute Details
#distance_meters ⇒ ::Integer
Returns The total distance of the route, in meters.
999 1000 1001 1002 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 999 class Route include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#duration ⇒ ::Google::Protobuf::Duration
Returns The total duration of the route.
999 1000 1001 1002 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 999 class Route include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#encoded_polyline ⇒ ::String
Returns An encoded polyline of the route. See https://developers.google.com/maps/documentation/utilities/polylinealgorithm.
999 1000 1001 1002 |
# File 'proto_docs/google/cloud/aiplatform/v1/content.rb', line 999 class Route include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |