java.lang.Object | ||
↳ | com.google.android.gms.common.data.AbstractDataBuffer<com.google.android.gms.location.places.PlaceLikelihood> | |
↳ | com.google.android.gms.location.places.PlaceLikelihoodBuffer |
A DataBuffer
that represents a list of PlaceLikelihood
s.
A PlaceLikelihoodBuffer may contain a number of candidate Places, and an associated likelihood for each Place being the correct Place. For example, the Places service may be uncertain what the true Place is, but think it 55% likely to be PlaceA, and 35% likely to be PlaceB. The corresponding PlaceLikelihoodBuffer has two members, one with likelihood 0.55 and the other with likelihood 0.35.
The likelihoods are not guaranteed to be correct, and in a given PlaceLikelihoodBuffer they may not sum to 1.0.
NOTE: The listener must release this object after it is done with it, otherwise there might be a memory leak.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Get the item at the specified position.
| |||||||||||
Returns the attributions to be shown to the user.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
![]()
| |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]()
| |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||
![]() |
Get the item at the specified position. Note that the objects returned from subsequent invocations of this method for the same position may not be identical objects, but will be equal in value. In other words:
buffer.get(i) == buffer.get(i)
may return false.
buffer.get(i).equals(buffer.get(i))
will return true.
position | The position of the item to retrieve. |
---|
position
in this buffer.
Returns the attributions to be shown to the user.
We recommend placing this information below any search results or place information. See the Google Places API Policies for more details.