TTClassification
Objective-C
@interface TTClassification : NSObject
Swift
class TTClassification : NSObject
Representation of the classifications field of a json response. https://developer.tomtom.com/online-search/online-search-documentation/supported-category-codes
-
Classification code
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSString *code;
Swift
var code: String! { get }
-
A vector of classification names
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<TTClassificationName *> *classificationNames;
Swift
var classificationNames: [TTClassificationName]! { get }