public sealed class GroundingChunk.Types.Maps.Types.Route : IMessage<GroundingChunk.Types.Maps.Types.Route>, IEquatable<GroundingChunk.Types.Maps.Types.Route>, IDeepCloneable<GroundingChunk.Types.Maps.Types.Route>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1beta1 API class GroundingChunk.Types.Maps.Types.Route.
Route information from Google Maps.
Implements
IMessageGroundingChunkTypesMapsTypesRoute, IEquatableGroundingChunkTypesMapsTypesRoute, IDeepCloneableGroundingChunkTypesMapsTypesRoute, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
Route()
public Route()Route(Route)
public Route(GroundingChunk.Types.Maps.Types.Route other)| Parameter | |
|---|---|
| Name | Description |
other |
GroundingChunkTypesMapsTypesRoute |
Properties
DistanceMeters
public int DistanceMeters { get; set; }The total distance of the route, in meters.
| Property Value | |
|---|---|
| Type | Description |
int |
|
Duration
public Duration Duration { get; set; }The total duration of the route.
| Property Value | |
|---|---|
| Type | Description |
Duration |
|
EncodedPolyline
public string EncodedPolyline { get; set; }An encoded polyline of the route. See https://developers.google.com/maps/documentation/utilities/polylinealgorithm
| Property Value | |
|---|---|
| Type | Description |
string |
|