Class PolylineDetails
Details corresponding to a given index or contiguous segment of a polyline.
Given a polyline with points P_0, P_1, ... , P_N (zero-based index), the
PolylineDetails defines an interval and associated metadata.
Implements
Namespace: Google.Maps.Routing.V2
Assembly: Google.Maps.Routing.V2.dll
Syntax
public sealed class PolylineDetails : IMessage<PolylineDetails>, IEquatable<PolylineDetails>, IDeepCloneable<PolylineDetails>, IBufferMessage, IMessage
Constructors
PolylineDetails()
Declaration
public PolylineDetails()
PolylineDetails(PolylineDetails)
Declaration
public PolylineDetails(PolylineDetails other)
Parameters
| Type | Name | Description |
|---|---|---|
| PolylineDetails | other |
Properties
BridgeInfo
Bridge details along the polyline.
Declaration
public RepeatedField<PolylineDetails.Types.BridgeInfo> BridgeInfo { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<PolylineDetails.Types.BridgeInfo> |
FlyoverInfo
Flyover details along the polyline.
Declaration
public RepeatedField<PolylineDetails.Types.FlyoverInfo> FlyoverInfo { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<PolylineDetails.Types.FlyoverInfo> |
NarrowRoadInfo
Narrow road details along the polyline.
Declaration
public RepeatedField<PolylineDetails.Types.NarrowRoadInfo> NarrowRoadInfo { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<PolylineDetails.Types.NarrowRoadInfo> |
SkywayInfo
Skyway details along the polyline.
Declaration
public RepeatedField<PolylineDetails.Types.SkywayInfo> SkywayInfo { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<PolylineDetails.Types.SkywayInfo> |
TunnelInfo
Tunnel details along the polyline. This field is populated if the request
specifies the avoid_tunnels route modifier and the resultant route fails
to avoid them, OR if TUNNEL_INFO_ON_POLYLINE is specified in
extra_computations and the route contains tunnels.
Declaration
public RepeatedField<PolylineDetails.Types.TunnelInfo> TunnelInfo { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<PolylineDetails.Types.TunnelInfo> |