public abstract class
SearchByTextResponse
extends Object
implements Response
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 static SearchByTextResponse newInstance (List<Place> places)
Returns a SearchByTextResponse
.
Parameters
places |
---|