Show / Hide Table of Contents

Class PolylineDetails.Types.PolylinePointIndex

Encapsulates the start and end indexes for a polyline detail. For instances where the data corresponds to a single point, start_index and end_index will be equal.

Inheritance
object
PolylineDetails.Types.PolylinePointIndex
Implements
IMessage<PolylineDetails.Types.PolylinePointIndex>
IEquatable<PolylineDetails.Types.PolylinePointIndex>
IDeepCloneable<PolylineDetails.Types.PolylinePointIndex>
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 PolylineDetails.Types.PolylinePointIndex : IMessage<PolylineDetails.Types.PolylinePointIndex>, IEquatable<PolylineDetails.Types.PolylinePointIndex>, IDeepCloneable<PolylineDetails.Types.PolylinePointIndex>, IBufferMessage, IMessage

Constructors

PolylinePointIndex()

Declaration
public PolylinePointIndex()

PolylinePointIndex(PolylinePointIndex)

Declaration
public PolylinePointIndex(PolylineDetails.Types.PolylinePointIndex other)
Parameters
Type Name Description
PolylineDetails.Types.PolylinePointIndex other

Properties

EndIndex

The end index of this detail in the polyline.

Declaration
public int EndIndex { get; set; }
Property Value
Type Description
int

HasEndIndex

Gets whether the "end_index" field is set

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

HasStartIndex

Gets whether the "start_index" field is set

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

StartIndex

The start index of this detail in the polyline.

Declaration
public int StartIndex { get; set; }
Property Value
Type Description
int
In this article
Back to top Generated by DocFX