Show / Hide Table of Contents

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
Implements
IMessage<ShipmentRoute.Types.EncodedPolyline>
IEquatable<ShipmentRoute.Types.EncodedPolyline>
IDeepCloneable<ShipmentRoute.Types.EncodedPolyline>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
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
In this article
Back to top Generated by DocFX