Warning

This feature is available in the Full MapKit SDK version

MMKSearchBusinessPhotoObjectMetadata

@interface MMKSearchBusinessPhotoObjectMetadata : NSObject <MMKBaseMetadata>

Snippet for company-related photos (becoming obsolete).

Summary

Class methods

+ (nonnull MMKSearchBusinessPhotoObjectMetadata *)businessPhotoObjectMetadataWithCount:( NSUInteger)count
                                                                                photos:(nonnull NSArray<MMKSearchBusinessPhotoObjectMetadataPhoto *> *)photos;

Properties

@property (nonatomic, readonly) NSUInteger count;
Number of photos for the organisation

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchBusinessPhotoObjectMetadataPhoto *> *photos;

List of photos for the company (usually first three)

Class methods

businessPhotoObjectMetadataWithCount:photos:

+ (nonnull MMKSearchBusinessPhotoObjectMetadata *)businessPhotoObjectMetadataWithCount:( NSUInteger)count
                                                                                photos:(nonnull NSArray<MMKSearchBusinessPhotoObjectMetadataPhoto *> *)photos;


Properties

count

@property (nonatomic, readonly) NSUInteger count;

Number of photos for the organisation. (see PhotosManager for details)


photos

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchBusinessPhotoObjectMetadataPhoto *> *photos;

List of photos for the company (usually first three)