Class: Google::Cloud::AIPlatform::V1::GroundingChunk::Maps::Route

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#distance_meters::Integer

Returns The total distance of the route, in meters.

Returns:

  • (::Integer)

    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.

Returns:



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:



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