TTClassification

@interface 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 (readonly, strong, nonatomic) NSString *code;

    Swift

    var code: String! { get }
  • A vector of classification names

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        NSArray<TTClassificationName *> *classificationNames;

    Swift

    var classificationNames: [TTClassificationName]! { get }