Важно

This feature is available in the Full MapKit SDK version

YMKSearchBusinessPhotoObjectMetadataPhoto

class YMKSearchBusinessPhotoObjectMetadataPhoto : NSObject

Information about single photos.

Summary

Class methods

 init(id: String, links: [YMKSearchPhotoPhotoLink])

Properties

var id: String { get }
To get a valid download link use the value of id + /[size], where [size] is one of: 1

var links: [YMKSearchPhotoPhotoLink] { get }
Photo links

Class methods

 init(id: String, links: [YMKSearchPhotoPhotoLink])


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


var links: [YMKSearchPhotoPhotoLink] { get }

Photo links.