SearchByTextResponse

public abstract class SearchByTextResponse extends Object
implements Response

Response for SearchByTextRequest.

Public Constructor Summary

Public Method Summary

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

Inherited Method Summary

Public Constructors

public SearchByTextResponse ()

Public Methods

public abstract List<Place> getPlaces ()

Returns the list of places.

public static SearchByTextResponse newInstance (List<Place> places)

Parameters
places