Reference documentation and code samples for the Cloud Optimization V1 API class Google::Cloud::Optimization::V1::ShipmentRoute::EncodedPolyline.
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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#points
def points() -> ::String
Returns
- (::String) — String representing encoded points of the polyline.
#points=
def points=(value) -> ::String
Parameter
- value (::String) — String representing encoded points of the polyline.
Returns
- (::String) — String representing encoded points of the polyline.