MapKit Mobile SDK

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 }
To get a valid download link use the value of id + /[size], where [size] is one of: 1

var links: [MMKSearchPhotoPhotoLink] { get }
Photo links

Class methods

 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


var links: [MMKSearchPhotoPhotoLink] { get }

Photo links.