FindCurrentPlaceResponse

Stay organized with collections Save and categorize content based on your preferences.
public abstract class FindCurrentPlaceResponse extends Object
implements Response

Response for FindCurrentPlaceRequest.

Public Constructor Summary

Public Method Summary

abstract List<PlaceLikelihood>
getPlaceLikelihoods()
Returns the PlaceLikelihood list returned by the response.
static FindCurrentPlaceResponse

Inherited Method Summary

Public Constructors

public FindCurrentPlaceResponse ()

Public Methods

public abstract List<PlaceLikelihood> getPlaceLikelihoods ()

Returns the PlaceLikelihood list returned by the response.

This list should not be modified.

public static FindCurrentPlaceResponse newInstance (List<PlaceLikelihood> placeLikelihoods)

Returns a FindCurrentPlaceResponse.

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

Parameters
placeLikelihoods The PlaceLikelihood list returned by the response.