AuthorAttributions

public abstract class AuthorAttributions 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.

Summary

Public constructors

Public methods

abstract List<AuthorAttribution>

The list of AuthorAttribution.

static AuthorAttributions
newInstance(List<AuthorAttribution> authorAttributions)

Creates an AuthorAttributions.

Inherited Constants

From android.os.Parcelable
static final int
static final int
static final int
static final int

Inherited methods

From android.os.Parcelable
abstract int
int
abstract void
writeToParcel(Parcel p, int p1)

Public constructors

AuthorAttributions

public AuthorAttributions()

Public methods

asList

public abstract List<AuthorAttributionasList()

The list of AuthorAttribution.

newInstance

public static AuthorAttributions newInstance(List<AuthorAttribution> authorAttributions)

Creates an AuthorAttributions.