TTEffectiveSettings

Objective-C

@interface TTEffectiveSettings : NSObject

Swift

class TTEffectiveSettings : NSObject

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

  • key

    Key, e.g. “avoid”

    Declaration

    Objective-C

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

    Swift

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

    Declaration

    Objective-C

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

    Swift

    var value: String { get }