Cloud Optimization v1 API - Class ShipmentRoute.Types.EncodedPolyline (2.0.0)

public sealed class EncodedPolyline : IMessage<ShipmentRoute.Types.EncodedPolyline>, IEquatable<ShipmentRoute.Types.EncodedPolyline>, IDeepCloneable<ShipmentRoute.Types.EncodedPolyline>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Optimization v1 API class ShipmentRoute.Types.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.

Inheritance

Object > ShipmentRoute.Types.EncodedPolyline

Namespace

Google.Cloud.Optimization.V1

Assembly

Google.Cloud.Optimization.V1.dll

Constructors

EncodedPolyline()

public EncodedPolyline()

EncodedPolyline(ShipmentRoute.Types.EncodedPolyline)

public EncodedPolyline(ShipmentRoute.Types.EncodedPolyline other)
Parameter
NameDescription
otherShipmentRoute.Types.EncodedPolyline

Properties

Points

public string Points { get; set; }

String representing encoded points of the polyline.

Property Value
TypeDescription
String