TTFullRoute Class Reference

Inherits from NSObject
Conforms to TTCoordinatesData
TTRouteData
Declared in TTFullRoute.h

Overview

A TTFullRoute object contains parameters with information about the whole route.

  summary

TTSummary object.

@property (nonatomic, readonly, strong) TTSummary *summary

Discussion

TTSummary object.

Declared In

TTFullRoute.h

  legs

Array with route TTRouteLeg elements.

@property (nonatomic, readonly, strong) NSArray<TTRouteLeg*> *legs

Discussion

Array with route TTRouteLeg elements.

Declared In

TTFullRoute.h

  sections

Array with route TTRouteSection elements.

@property (nonatomic, readonly, strong) NSArray<TTRouteSection*> *sections

Discussion

Array with route TTRouteSection elements.

Declared In

TTFullRoute.h

  guidance

Object TTRouteGuidance.

@property (nonatomic, readonly, strong) TTRouteGuidance *guidance

Discussion

Object TTRouteGuidance.

Declared In

TTFullRoute.h

– fullRoute

Returns array of coordinates containing all elements from legs

- (NSArray<NSValue*> *)fullRoute

Discussion

Returns array of coordinates containing all elements from legs

Declared In

TTFullRoute.h

– coordinatesData

Returns every coordinate of packed inside of NSValue

- (NSArray<NSValue*> *)coordinatesData

Return Value

coordinatesData NSArray *

Discussion

Returns every coordinate of packed inside of NSValue

Declared In

TTFullRoute.h

– coordinatesCount

Returns number of coordinates in data

- (NSUInteger)coordinatesCount

Return Value

coordinatesCount NSUInteger

Discussion

Returns number of coordinates in data

Declared In

TTFullRoute.h