TTFullRouteEV

Objective-C

@interface TTFullRouteEV : NSObject <TTCoordinatesData, TTMatching>

Swift

class TTFullRouteEV : NSObject, TTCoordinatesData, TTMatching

Represents information about the route.

  • A summary of a route.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) TTRouteSummaryEV *summary;

    Swift

    var summary: TTRouteSummaryEV? { get }
  • A list of route legs.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSArray<TTLegEV *> *legs;

    Swift

    var legs: [TTLegEV]? { get }
  • A list of route sections.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nullable) NSArray<TTSectionEV *> *sections;

    Swift

    var sections: [TTSectionEV]? { get }