Class GoogleMapsPlacesV1RoutingSummaryLeg
A leg is a single portion of a journey from one location to another.
Implements
Inherited Members
Namespace: Google.Apis.MapsPlaces.v1.Data
Assembly: Google.Apis.MapsPlaces.v1.dll
Syntax
public class GoogleMapsPlacesV1RoutingSummaryLeg : IDirectResponseSchema
Properties
DistanceMeters
The distance of this leg of the trip.
Declaration
[JsonProperty("distanceMeters")]
public virtual int? DistanceMeters { get; set; }
Property Value
Type | Description |
---|---|
int? |
Duration
The time it takes to complete this leg of the trip.
Declaration
[JsonProperty("duration")]
public virtual object Duration { get; set; }
Property Value
Type | Description |
---|---|
object |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |