public interface

PlacesResult

implements Result
com.google.android.gms.awareness.snapshot.PlacesResult

Class Overview

Result from getPlaces(GoogleApiClient).

Summary

Public Methods
abstract List<PlaceLikelihood> getPlaceLikelihoods()
Returns the current places with likelihoods that the device is at.
[Expand]
Inherited Methods
From interface com.google.android.gms.common.api.Result

Public Methods

public abstract List<PlaceLikelihood> getPlaceLikelihoods ()

Returns the current places with likelihoods that the device is at.

Returns
List<PlaceLikelihood> Place likelihoods if getStatus() is successful, otherwise null.