MMKSearchLink
Warning
This feature is available in the Full MapKit SDK version
|
@interface MMKSearchLink : NSObject |
Link structure. Combines actual link with attribution and type info.
Summary
Class methods
|
+ (nonnull MMKSearchLink *)linkWithAref:(nullable NSString *)aref |
Properties
|
@property (nonatomic, readonly, nullable) NSString *aref; |
|
@property (nonatomic, readonly, nonnull) MMKAttributionLink *link; |
|
@property (nonatomic, readonly, nullable) NSString *tag; |
Class methods
linkWithAref:link:tag:
|
+ (nonnull MMKSearchLink *)linkWithAref:(nullable NSString *)aref |
Properties
aref
|
@property (nonatomic, readonly, nullable) NSString *aref; |
Attribution reference.
Optional field, can be nil.
link
|
@property (nonatomic, readonly, nonnull) MMKAttributionLink *link; |
Actual link.
tag
|
@property (nonatomic, readonly, nullable) NSString *tag; |
Link tag. Possible values (non-exhaustive) 'self/social/attribution/showtimes/booking'.
Optional field, can be nil.