YMKAttribution
|
class YMKAttribution : NSObject |
Details about the source of information.
Summary
Class methods
|
init(author: YMKAttributionAuthor?, |
Properties
|
var author: YMKAttributionAuthor? { get } |
|
var link: YMKAttributionLink? { get } |
|
var avatarImage: YMKImage? { get } |
Class methods
init(author:link:avatarImage:)
|
init(author: YMKAttributionAuthor?, |
Properties
author
|
var author: YMKAttributionAuthor? { get } |
Additional information about the author.
Optional field, can be nil.
link
|
var link: YMKAttributionLink? { get } |
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.
avatarImage
|
var avatarImage: YMKImage? { get } |
Optional field, can be nil.