Warning

This feature is available in the Full MapKit SDK version

YMKSearchPhotoPhotoLink

class YMKSearchPhotoPhotoLink : NSObject

Photo link details.

Summary

Class methods

 init(type: String?, uri: String)

Properties

var type: String? { get }
Optional link type, for example "panorama"

var uri: String { get }
Link URI

Class methods

init(type:uri:)

 init(type: String?, uri: String)


Properties

type

var type: String? { get }

Optional link type, for example "panorama".

Optional field, can be nil.


uri

var uri: String { get }

Link URI.