Важно

This feature is available in the Full MapKit SDK version

YMKSearchLink

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 }
Attribution reference

var linkYMKAttributionLink { get }
Actual link

var tag: String? { get }
Link tag

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.


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.


Предыдущая
Следующая