TTEffectiveSettings

@interface TTEffectiveSettings : NSObject

Effective parameters or data used when calling the Calculate Reachable Range API.

  • key

    Key, e.g. avoid

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSString *_Nonnull key;

    Swift

    var key: String { get }
  • Value, e.g. motorways

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic) NSString *_Nonnull value;

    Swift

    var value: String { get }