Show / Hide Table of Contents

Class Polyline

Encapsulates an encoded polyline.

Inheritance
object
Polyline
Implements
IMessage<Polyline>
IEquatable<Polyline>
IDeepCloneable<Polyline>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class Polyline : IMessage<Polyline>, IEquatable<Polyline>, IDeepCloneable<Polyline>, IBufferMessage, IMessage

Constructors

Polyline()

Declaration
public Polyline()

Polyline(Polyline)

Declaration
public Polyline(Polyline other)
Parameters
Type Name Description
Polyline other

Properties

EncodedPolyline

The string encoding of the polyline using the polyline encoding algorithm

Declaration
public string EncodedPolyline { get; set; }
Property Value
Type Description
string

GeoJsonLinestring

Specifies a polyline using the GeoJSON LineString format.

Declaration
public Struct GeoJsonLinestring { get; set; }
Property Value
Type Description
Struct

HasEncodedPolyline

Gets whether the "encoded_polyline" field is set

Declaration
public bool HasEncodedPolyline { get; }
Property Value
Type Description
bool

PolylineTypeCase

Declaration
public Polyline.PolylineTypeOneofCase PolylineTypeCase { get; }
Property Value
Type Description
Polyline.PolylineTypeOneofCase
In this article
Back to top Generated by DocFX