Class: Google::Cloud::Optimization::V1::ShipmentRoute::EncodedPolyline

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/optimization/v1/fleet_routing.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#points::String

Returns String representing encoded points of the polyline.

Returns:

  • (::String)

    String representing encoded points of the polyline.



2263
2264
2265
2266
# File 'proto_docs/google/cloud/optimization/v1/fleet_routing.rb', line 2263

class EncodedPolyline
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end