public class CurrentPlaceRequestParams
extends java.lang.Object
PlaceManager to create a new current place request.| Modifier and Type | Class and Description |
|---|---|
static class |
CurrentPlaceRequestParams.Builder
Describes the builder to create a
CurrentPlaceRequestParams |
static class |
CurrentPlaceRequestParams.ConfidenceLevel
Describes the confidence level of the current place response.
|
static class |
CurrentPlaceRequestParams.ScanMode
Describes the location scanning behavior when creating a new current place request.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
getFields()
The fields to be returned in the response.
|
int |
getLimit()
The maximum number of places to be returned.
|
android.location.Location |
getLocation()
The current location of the user.
|
CurrentPlaceRequestParams.ConfidenceLevel |
getMinConfidenceLevel()
Get the minimum confidence level of places to return.
|
CurrentPlaceRequestParams.ScanMode |
getScanMode()
The scan mode used when generating the current place request.
|
public android.location.Location getLocation()
LocationManagerpublic CurrentPlaceRequestParams.ScanMode getScanMode()
public CurrentPlaceRequestParams.ConfidenceLevel getMinConfidenceLevel()
CurrentPlaceRequestParams.ConfidenceLevel of places to return.public int getLimit()
public java.util.Set<java.lang.String> getFields()