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