TTEffectiveSettingEV
Objective-C
@interface TTEffectiveSettingEV : NSObject
Swift
class TTEffectiveSettingEV : 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
The effective parameters or data used when calling the API.
-
Value, e.g., “motorways”
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *value;Swift
var value: String! { get }
TTEffectiveSettingEV Class Reference