SearchNearbyResponse

public abstract class SearchNearbyResponse implements Response


Response for SearchNearbyRequest.

Summary

Public constructors

Public methods

abstract List<Place>

Returns the list of places.

static SearchNearbyResponse

Returns a SearchNearbyResponse.

Public constructors

SearchNearbyResponse

public SearchNearbyResponse()

Public methods

getPlaces

public abstract List<PlacegetPlaces()

Returns the list of places.

newInstance

public static SearchNearbyResponse newInstance(List<Place> places)

Returns a SearchNearbyResponse.