FindCurrentPlaceResponse

public abstract class FindCurrentPlaceResponse implements Response


Response for FindCurrentPlaceRequest.

Summary

Public constructors

Public methods

abstract List<PlaceLikelihood>

Returns the PlaceLikelihood list returned by the response.

static FindCurrentPlaceResponse
newInstance(List<PlaceLikelihood> placeLikelihoods)

Returns a FindCurrentPlaceResponse.

Public constructors

FindCurrentPlaceResponse

public FindCurrentPlaceResponse()

Public methods

getPlaceLikelihoods

public abstract List<PlaceLikelihoodgetPlaceLikelihoods()

Returns the PlaceLikelihood list returned by the response.

This list should not be modified.

newInstance

public static FindCurrentPlaceResponse newInstance(List<PlaceLikelihood> placeLikelihoods)

Returns a FindCurrentPlaceResponse.

Mutable members (e.g List) will be converted to immutable versions.

Parameters
List<PlaceLikelihood> placeLikelihoods

The PlaceLikelihood list returned by the response.