Class Polyline
Encapsulates an encoded polyline.
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class Polyline : IMessage<Polyline>, IEquatable<Polyline>, IDeepCloneable<Polyline>, IBufferMessage, IMessage
Constructors
Polyline()
Declaration
Polyline(Polyline)
Declaration
public Polyline(Polyline other)
Parameters
Properties
EncodedPolyline
Declaration
public string EncodedPolyline { get; set; }
Property Value
GeoJsonLinestring
Declaration
public Struct GeoJsonLinestring { get; set; }
Property Value
HasEncodedPolyline
Gets whether the "encoded_polyline" field is set
Declaration
public bool HasEncodedPolyline { get; }
Property Value
PolylineTypeCase
Declaration
public Polyline.PolylineTypeOneofCase PolylineTypeCase { get; }
Property Value