public class LocationPackage
extends java.lang.Object
LocationPackageManager| Modifier and Type | Field and Description |
|---|---|
java.util.List<BluetoothScanResult> |
ambientBluetoothLe
Describes the list of nearby bluetooth Low Energy beacons at the moment of the sensor
collection.
|
java.util.List<WifiScanResult> |
ambientWifi
Describes the list of nearby wifi networks at the moment of the sensor collection.
|
WifiScanResult |
connectedWifi
Describes the wifi network connected at the moment of the sensor collection.
|
boolean |
isBluetoothScanningEnabled
Indicates whether bluetooth scanning was enabled at the moment of the sensor collection.
|
boolean |
isWifiScanningEnabled
Indicates whether wifi scanning was enabled/possible at the moment of the sensor collection.
|
android.location.Location |
location
The location (latitude/longitude).
|
ScannerException.Type |
locationError
Indicates the error type that occured when fetching the location, or null if there was
no error.
|
| Constructor and Description |
|---|
LocationPackage() |
public android.location.Location location
public ScannerException.Type locationError
public boolean isWifiScanningEnabled
public WifiScanResult connectedWifi
public java.util.List<WifiScanResult> ambientWifi
public boolean isBluetoothScanningEnabled
public java.util.List<BluetoothScanResult> ambientBluetoothLe