TTFullRouteEV

Objective-C

@interface TTFullRouteEV : NSObject

Swift

class TTFullRouteEV : NSObject

Public Preview

This is under Public Preview and subject to change by the end of 2020.12. More information is available at: https://developer.tomtom.com/public-preview

Represents information about the route.

  • 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 }