Class: Google::Cloud::Optimization::V1::ShipmentRoute::EncodedPolyline
- Inherits:
-
Object
- Object
- Google::Cloud::Optimization::V1::ShipmentRoute::EncodedPolyline
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/optimization/v1/fleet_routing.rb
Overview
The encoded representation of a polyline. More information on polyline encoding can be found here: https://developers.google.com/maps/documentation/utilities/polylinealgorithm https://developers.google.com/maps/documentation/javascript/reference/geometry#encoding.
Instance Attribute Summary collapse
-
#points ⇒ ::String
String representing encoded points of the polyline.
Instance Attribute Details
#points ⇒ ::String
Returns 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 |