Warning
This feature is available in the Full MapKit SDK version
MMKSearchBusinessPhotoObjectMetadataPhoto
class MMKSearchBusinessPhotoObjectMetadataPhoto : NSObject |
Information about single photos.
Summary
Class methods
init(id: String, links: [MMKSearchPhotoPhotoLink]) |
Properties
var id: String { get } |
var links: [MMKSearchPhotoPhotoLink] { get } |
Class methods
init(id:links:)
init(id: String, links: [MMKSearchPhotoPhotoLink]) |
Properties
id
var id: String { get } |
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
var links: [MMKSearchPhotoPhotoLink] { get } |
Photo links.