public static interface

Person.Image

implements Freezable<T>
com.google.android.gms.plus.model.people.Person.Image

Class Overview

The representation of the person's profile photo.

Summary

Public Methods
abstract String getUrl()
The URL of the person's profile photo.
abstract boolean hasUrl()
Indicates whether the "url" field is explicitly set to a value.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.data.Freezable

Public Methods

public abstract String getUrl ()

The URL of the person's profile photo. To re-size the image and crop it to a square, append the query string ?sz=x, where x is the dimension in pixels of each side.

public abstract boolean hasUrl ()

Indicates whether the "url" field is explicitly set to a value.