TTSummary Class Reference

Inherits from NSObject
Declared in TTSummary.h

Overview

A TTSummary object defines summary route information between a requested start and end point.

  lengthInMeters

The route or leg length in meters.

@property (nonatomic, readonly, strong) NSNumber *lengthInMeters

Discussion

The route or leg length in meters.

Declared In

TTSummary.h

  travelTimeInSeconds

Estimated travel time in seconds. Note that even when traffic=false travelTimeInSeconds still includes the delay due to traffic.

@property (nonatomic, readonly, strong) NSNumber *travelTimeInSeconds

Discussion

Estimated travel time in seconds. Note that even when traffic=false travelTimeInSeconds still includes the delay due to traffic.

Declared In

TTSummary.h

  trafficDelayInSeconds

Traffic delay is the difference between the travel time calculated using all available traffic information and travel time calculated without the influence of current and historic traffic data.

@property (nonatomic, readonly, strong) NSNumber *trafficDelayInSeconds

Discussion

Traffic delay is the difference between the travel time calculated using all available traffic information and travel time calculated without the influence of current and historic traffic data.

Declared In

TTSummary.h

  departureTime

The estimated departure time for the route or leg. Specified as a dateTime.

@property (nonatomic, readonly, strong) NSDate *departureTime

Discussion

The estimated departure time for the route or leg. Specified as a dateTime.

Declared In

TTSummary.h

  arrivalTime

The estimated arrival time for the route or leg. Specified as a dateTime.

@property (nonatomic, readonly, strong) NSDate *arrivalTime

Discussion

The estimated arrival time for the route or leg. Specified as a dateTime.

Declared In

TTSummary.h

  noTrafficTravelTimeInSeconds

Estimated travel time in seconds calculated as if there are no delays on the route due to traffic conditions (e.g. congestion). Included if requested using computeTravelTimeFor parameter.

@property (nonatomic, readonly, strong) NSNumber *noTrafficTravelTimeInSeconds

Discussion

Estimated travel time in seconds calculated as if there are no delays on the route due to traffic conditions (e.g. congestion). Included if requested using computeTravelTimeFor parameter.

Declared In

TTSummary.h

  historicTrafficTravelTimeInSeconds

Estimated travel time in seconds calculated using time-dependent historic traffic data. Included if requested using computeTravelTimeFor parameter.

@property (nonatomic, readonly, strong) NSNumber *historicTrafficTravelTimeInSeconds

Discussion

Estimated travel time in seconds calculated using time-dependent historic traffic data. Included if requested using computeTravelTimeFor parameter.

Declared In

TTSummary.h

  liveTrafficIncidentsTravelTimeInSeconds

Estimated travel time in seconds calculated using real-time speed data. Included if requested using computeTravelTimeFor parameter.

@property (nonatomic, readonly, strong) NSNumber *liveTrafficIncidentsTravelTimeInSeconds

Discussion

Estimated travel time in seconds calculated using real-time speed data. Included if requested using computeTravelTimeFor parameter.

Declared In

TTSummary.h

  fuelConsumptionInLiters

Estimated fuel consumption in liters. Optional value.

@property (nonatomic, strong) NSNumber *fuelConsumptionInLiters

Discussion

Estimated fuel consumption in liters. Optional value.

Declared In

TTSummary.h

  batteryConsumptionInkWh

Estimated electric energy consumption in kilowatt hours (kWh). Optional value.

@property (nonatomic, strong) NSNumber *batteryConsumptionInkWh

Discussion

Estimated electric energy consumption in kilowatt hours (kWh). Optional value.

Declared In

TTSummary.h

  deviationTime

The travel time (in seconds) from the origin point to the first point where this route forks off from the reference route. Optional value.

@property (nonatomic, strong) NSNumber *deviationTime

Discussion

The travel time (in seconds) from the origin point to the first point where this route forks off from the reference route. Optional value.

Declared In

TTSummary.h