FetchPlaceResponse

public abstract class FetchPlaceResponse extends Object
implements Response

Response for FetchPlaceRequest.

Public Constructor Summary

Public Method Summary

abstract Place
getPlace()
Returns the Place of the response to the corresponding FetchPlaceRequest.
static FetchPlaceResponse

Inherited Method Summary

Public Constructors

public FetchPlaceResponse ()

Public Methods

public abstract Place getPlace ()

Returns the Place of the response to the corresponding FetchPlaceRequest.

public static FetchPlaceResponse newInstance (Place place)

Parameters
place the Place returned by the response.