AuthorAttributions

public abstract class AuthorAttributions extends Object
implements Parcelable

Information about the author(s) for the photo of a Place.

The author attributions field is only supported by Places API (New). Please enable your API key for the Places API (New) in the Google Cloud Console to access the data.

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

abstract List<AuthorAttribution>
asList()
The list of AuthorAttribution.
static AuthorAttributions
newInstance(List<AuthorAttribution> authorAttributions)
Creates an AuthorAttributions.

Inherited Method Summary

Public Constructors

public AuthorAttributions ()

Public Methods

public abstract List<AuthorAttribution> asList ()

The list of AuthorAttribution.

public static AuthorAttributions newInstance (List<AuthorAttribution> authorAttributions)

Creates an AuthorAttributions.

Parameters
authorAttributions