Show / Hide Table of Contents

Class GoogleMapsPlacesV1RoutingSummaryLeg

A leg is a single portion of a journey from one location to another.

Inheritance
object
GoogleMapsPlacesV1RoutingSummaryLeg
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX