Warning

This feature is available in the Full MapKit SDK version

MMKSearchBusinessPhotoObjectMetadataPhoto

@interface MMKSearchBusinessPhotoObjectMetadataPhoto : NSObject

Information about single photos.

Summary

Class methods

+ (nonnull MMKSearchBusinessPhotoObjectMetadataPhoto *)photoWithId:(nonnull NSString *)id
                                                             links:(nonnull NSArray<MMKSearchPhotoPhotoLink *> *)links;

Properties

@property (nonatomic, readonly, nonnull) NSString *id;
To get a valid download link use the value of id + /[size], where [size] is one of: 1

@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchPhotoPhotoLink *> *links;

Photo links

Class methods

+ (nonnull MMKSearchBusinessPhotoObjectMetadataPhoto *)photoWithId:(nonnull NSString *)id
                                                             links:(nonnull NSArray<MMKSearchPhotoPhotoLink *> *)links;


Properties

id

@property (nonatomic, readonly, nonnull) NSString *id;

To get a valid download link use the value of id + /[size], where [size] is one of: 1. XXXS 2. XXS 3. XS 4. S 5. M 6. L 7. XL 8. XXL 9. XXXL 10. orig


@property (nonatomic, readonly, nonnull)
    NSArray<MMKSearchPhotoPhotoLink *> *links;

Photo links.