TTRouteSection Class Reference

Inherits from NSObject
Declared in TTRouteSection.h

Overview

A TTInstructionGroup contains section of route information between a requested start and end point.

  startPointIndex

Index of the first point (offset 0) in the route this section applies to (only included for routeRepresentation polyline).

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

Discussion

Index of the first point (offset 0) in the route this section applies to (only included for routeRepresentation polyline).

Declared In

TTRouteSection.h

  endPointIndex

Index of the last point (offset 0) in the route this section applies to (only included for routeRepresentation polyline).

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

Discussion

Index of the last point (offset 0) in the route this section applies to (only included for routeRepresentation polyline).

Declared In

TTRouteSection.h

  travelMode

This attribute is either set to the value given to the request parameter travelMode, if this travel mode is possible, or to other which indicates that the given mode of transport is not possible in this section. This field can only be used within sections of type TRAVEL_MODE.

@property (nonatomic, readonly, strong) NSString *travelMode

Discussion

This attribute is either set to the value given to the request parameter travelMode, if this travel mode is possible, or to other which indicates that the given mode of transport is not possible in this section. This field can only be used within sections of type TRAVEL_MODE.

Declared In

TTRouteSection.h

  delayInSeconds

Delay in seconds caused by the incident.

@property (nonatomic, strong) NSNumber *delayInSeconds

Discussion

Delay in seconds caused by the incident.

Declared In

TTRouteSection.h

  effectiveSpeedInKmh

Type of the incident.

@property (nonatomic, strong) NSNumber *effectiveSpeedInKmh

Discussion

Type of the incident.

Declared In

TTRouteSection.h

  magnitudeOfDelay

The magnitude of delay caused by the incident.

@property (nonatomic, strong) NSNumber *magnitudeOfDelay

Discussion

The magnitude of delay caused by the incident.

Declared In

TTRouteSection.h

  sectionType

Specifies which of the section types is reported in the route response.

@property (nonatomic, strong) NSString *sectionType

Discussion

Specifies which of the section types is reported in the route response.

Declared In

TTRouteSection.h

  simpleCategory

Placeholder.

@property (nonatomic, strong) NSString *simpleCategory

Discussion

Placeholder.

Declared In

TTRouteSection.h

  tec

Details of the traffic event.

@property (nonatomic, strong) TTTec *tec

Discussion

Details of the traffic event.

Declared In

TTRouteSection.h