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
Namespace: Google.Maps.RouteOptimization.V1
Assembly: Google.Maps.RouteOptimization.V1.dll
Syntax
public sealed class ShipmentRoute.Types.EncodedPolyline : IMessage<ShipmentRoute.Types.EncodedPolyline>, IEquatable<ShipmentRoute.Types.EncodedPolyline>, IDeepCloneable<ShipmentRoute.Types.EncodedPolyline>, IBufferMessage, IMessage
Constructors
EncodedPolyline()
Declaration
public EncodedPolyline()
EncodedPolyline(EncodedPolyline)
Declaration
public EncodedPolyline(ShipmentRoute.Types.EncodedPolyline other)
Parameters
Type | Name | Description |
---|---|---|
ShipmentRoute.Types.EncodedPolyline | other |
Properties
Points
String representing encoded points of the polyline.
Declaration
public string Points { get; set; }
Property Value
Type | Description |
---|---|
string |