AuthorAttribution

public abstract class AuthorAttribution extends Object
implements Parcelable

Information about the author of the data.

The author attribution 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.

Nested Class Summary

class AuthorAttribution.Builder Builder for AuthorAttribution

Inherited Constant Summary

Public Constructor Summary

Public Method Summary

static AuthorAttribution.Builder
abstract String
getName()
Returns the name of the author.
abstract String
getPhotoUri()
Returns the profile photo URI of the author.
abstract String
getUri()
Returns the URI of the author.

Inherited Method Summary

Public Constructors

public AuthorAttribution ()

Public Methods

public static AuthorAttribution.Builder builder (String name)

Parameters
name

public abstract String getName ()

Returns the name of the author.

public abstract String getPhotoUri ()

Returns the profile photo URI of the author.

public abstract String getUri ()

Returns the URI of the author.