MMKSearchBusinessPhotoObjectMetadataPhoto
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchBusinessPhotoObjectMetadataPhoto : NSObject |
Information about single photos.
Summary
Class methods
|
+ (nonnull MMKSearchBusinessPhotoObjectMetadataPhoto *)photoWithId:(nonnull NSString *)id |
Properties
|
@property (nonatomic, readonly, nonnull) NSString *id; |
|
@property (nonatomic, readonly, nonnull) |
Class methods
photoWithId:links:
|
+ (nonnull MMKSearchBusinessPhotoObjectMetadataPhoto *)photoWithId:(nonnull NSString *)id |
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
links
|
@property (nonatomic, readonly, nonnull) |
Photo links.