YMKSearchLink
Warning
This feature is available in the Full MapKit SDK version
|
class YMKSearchLink : NSObject |
Link structure. Combines actual link with attribution and type info.
Summary
Class methods
|
init(aref: String?, link: YMKAttributionLink, tag: String?) |
Properties
|
var aref: String? { get } |
|
var link: YMKAttributionLink { get } |
|
var tag: String? { get } |
Class methods
init(aref:link:tag:)
|
init(aref: String?, link: YMKAttributionLink, tag: String?) |
Properties
aref
|
var aref: String? { get } |
Attribution reference.
Optional field, can be nil.
link
|
var link: YMKAttributionLink { get } |
Actual link.
tag
|
var tag: String? { get } |
Link tag. Possible values (non-exhaustive) 'self/social/attribution/showtimes/booking'.
Optional field, can be nil.