TTPoiCategoriesResponse

@interface TTPoiCategoriesResponse : NSObject

@brief Class containing POI categories response.

  • @brief Array of POI categories.

    Declaration

    Objective-C

    @property (readonly, strong, nonatomic)
        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 }