SearchByTextResponse

public abstract class SearchByTextResponse implements Response


Response for SearchByTextRequest.

Summary

Public constructors

Public methods

abstract List<Place>

Returns the list of places.

static SearchByTextResponse

Returns a SearchByTextResponse.

Public constructors

SearchByTextResponse

public SearchByTextResponse()

Public methods

getPlaces

public abstract List<PlacegetPlaces()

Returns the list of places.

newInstance

public static SearchByTextResponse newInstance(List<Place> places)

Returns a SearchByTextResponse.