public class LocationPackageRequestParams
extends java.lang.Object
LocationPackageManager to instantiate an
instance.| Modifier and Type | Class and Description |
|---|---|
static class |
LocationPackageRequestParams.Builder |
| Modifier and Type | Method and Description |
|---|---|
long |
getBluetoothFlushResultsTimeoutMs() |
int |
getBluetoothMaxScanResults() |
long |
getBluetoothScanDurationMs() |
long |
getLastLocationMaxAgeMs() |
float |
getLocationMaxAccuracyMeters() |
java.lang.String[] |
getLocationProviders() |
long |
getLocationRequestTimeoutMs() |
int |
getWifiMaxScanResults() |
long |
getWifiScanMaxAgeMs() |
long |
getWifiScanTimeoutMs() |
boolean |
isBluetoothScanEnabled() |
boolean |
isLocationScanEnabled() |
boolean |
isWifiActiveScanAllowed() |
boolean |
isWifiActiveScanForced() |
boolean |
isWifiScanEnabled() |
public boolean isLocationScanEnabled()
public java.lang.String[] getLocationProviders()
public float getLocationMaxAccuracyMeters()
public long getLocationRequestTimeoutMs()
public long getLastLocationMaxAgeMs()
public boolean isWifiScanEnabled()
public long getWifiScanMaxAgeMs()
public int getWifiMaxScanResults()
public long getWifiScanTimeoutMs()
public boolean isWifiActiveScanAllowed()
public boolean isWifiActiveScanForced()
public boolean isBluetoothScanEnabled()
public long getBluetoothScanDurationMs()
public long getBluetoothFlushResultsTimeoutMs()
public int getBluetoothMaxScanResults()