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

public sealed class ShipmentRoute.Types.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(EncodedPolyline)

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

Properties

Points

public string Points { get; set; }

String representing encoded points of the polyline.

Property Value
TypeDescription
string