SearchNearbyResponse

public abstract class SearchNearbyResponse extends Object
implements Response

Response for SearchNearbyRequest.

Public Constructor Summary

Public Method Summary

abstract List<Place>
getPlaces()
Returns the list of places.
static SearchNearbyResponse

Inherited Method Summary

Public Constructors

public SearchNearbyResponse ()

Public Methods

public abstract List<Place> getPlaces ()

Returns the list of places.

public static SearchNearbyResponse newInstance (List<Place> places)

Parameters
places