TTReportEV

Objective-C

@interface TTReportEV : NSObject

Swift

class TTReportEV : 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 data which should be reported for diagnosis purposes.

  • List of effective parameters or data used when calling the Calculate Reachable Range API.

    Declaration

    Objective-C

    @property (nonatomic, strong, readonly, nonnull) NSArray<TTEffectiveSettingEV *> *effectiveSettings;

    Swift

    var effectiveSettings: [TTEffectiveSettingEV] { get }