TTPoiCategoriesResponse
Objective-C
@interface TTPoiCategoriesResponse : NSObject
Swift
class TTPoiCategoriesResponse : NSObject
@brief Class containing POI categories response.
-
@brief Array of POI categories.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSArray<TTPoiCategory *> *_Nonnull results;
Swift
var results: [TTPoiCategory] { get }
-
@brief Response HTTP headers.
Declaration
Objective-C
@property(nonatomic, readonly, strong) TTHTTPHeaders *_Nonnull HTTPHeaders
Swift
var httpHeaders: UnsafeMutablePointer<Int32> { get }