RouteSummary Class

Definition

Summary object.

public class RouteSummary
type RouteSummary = class
Public Class RouteSummary
Inheritance
RouteSummary

Properties

ArrivalTime

The estimated arrival time for the route or leg. Time is in UTC.

DepartureTime

The estimated departure time for the route or leg. Time is in UTC.

LengthInMeters

Length In Meters property.

TravelTimeDuration

Estimated travel time in TimeSpan property that includes the delay due to real-time traffic. Note that even when traffic=false travelTimeInSeconds still includes the delay due to traffic. If DepartAt is in the future, travel time is calculated using time-dependent historic traffic data.

TravelTimeInSeconds

Estimated travel time in seconds property that includes the delay due to real-time traffic. Note that even when traffic=false travelTimeInSeconds still includes the delay due to traffic. If DepartAt is in the future, travel time is calculated using time-dependent historic traffic data.

Applies to