YMKAttribution

@interface YMKAttribution : NSObject

Details about the source of information.

Summary

Class methods

+ (nonnull YMKAttribution *)attributionWithAuthor:(nullable YMKAttributionAuthor *)author
                                             link:(nullable YMKAttributionLink *)link;

Properties

@property (nonatomic, readonly, nullable) YMKAttributionAuthor *author;
Additional information about the author

@property (nonatomic, readonly, nullable) YMKAttributionLink *link;
Link to a specific page on the author's site

Class methods

+ (nonnull YMKAttribution *)attributionWithAuthor:(nullable YMKAttributionAuthor *)author
                                             link:(nullable YMKAttributionLink *)link;


Properties

author

@property (nonatomic, readonly, nullable) YMKAttributionAuthor *author;

Additional information about the author.

Optional field, can be nil.


@property (nonatomic, readonly, nullable) YMKAttributionLink *link;

Link to a specific page on the author's site. To link to the website as a whole, use author.uri.

Optional field, can be nil.