PlacesResponse | Doclava
public class

PlacesResponse

extends Response<PlacesResult>
java.lang.Object
   ↳ com.google.android.gms.common.api.Response<com.google.android.gms.awareness.snapshot.PlacesResult>
     ↳ com.google.android.gms.awareness.snapshot.PlacesResponse

Class Overview

Result from getPlaces().

Summary

Public Methods
List<PlaceLikelihood> getPlaceLikelihoods()
Returns the current places with likelihoods that the device is at.
[Expand]
Inherited Methods
From class com.google.android.gms.common.api.Response
From class java.lang.Object

Public Methods

public List<PlaceLikelihood> getPlaceLikelihoods ()

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

Returns
List<PlaceLikelihood> Place likelihoods.