TTPoiDetailsResult

Objective-C

@interface TTPoiDetailsResult : NSObject

Swift

class TTPoiDetailsResult : NSObject

Object that contains the result of the Request of the POI Details service.

  • Object that contains rating information.

    Declaration

    Objective-C

    @property (nonatomic) TTRating *_Nullable rating;

    Swift

    var rating: TTRating? { get set }
  • Object that contains price range information.

    Declaration

    Objective-C

    @property (nonatomic) TTPriceRange *_Nullable priceRange;

    Swift

    var priceRange: TTPriceRange? { get set }
  • Social media links of the POI.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<TTMedia *> *_Nullable socialMedia;

    Swift

    var socialMedia: [TTMedia]? { get set }
  • Photo ids of the POI.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<TTPhoto *> *_Nullable photos;

    Swift

    var photos: [TTPhoto]? { get set }
  • User reviews about the POI.

    Declaration

    Objective-C

    @property (nonatomic) NSArray<TTReview *> *_Nullable reviews;

    Swift

    var reviews: [TTReview]? { get set }