com.google.android.gms.location.places.PlaceLikelihood |
A Place
and the relative likelihood of the place being the best match within the list of
returned places for a single request.
For more information about the likelihood value, see the developer's guide.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns a value indicating the degree of confidence that the device is at the corresponding
Place . | |||||||||||
Returns the place associated with this
PlaceLikelihood . |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Returns a value indicating the degree of confidence that the device is at the corresponding
Place
.
A larger value indicates a higher degree of confidence.
Returns | |
---|---|
float |
The degree of confidence that the device is at this place, expressed as a decimal value between 0.0 and 1.0. |
Returns the place associated with this PlaceLikelihood
.
Returns | |
---|---|
Place |
The associated place. |