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.
Implements
IMessage<ShipmentRoute.Types.EncodedPolyline>, IEquatable<ShipmentRoute.Types.EncodedPolyline>, IDeepCloneable<ShipmentRoute.Types.EncodedPolyline>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
EncodedPolyline()
public EncodedPolyline()
EncodedPolyline(ShipmentRoute.Types.EncodedPolyline)
public EncodedPolyline(ShipmentRoute.Types.EncodedPolyline other)
Parameter | |
---|---|
Name | Description |
other | ShipmentRoute.Types.EncodedPolyline |
Properties
Points
public string Points { get; set; }
String representing encoded points of the polyline.
Property Value | |
---|---|
Type | Description |
String |