public interface ILocationDevice extends IAdvanceDevice
| Modifier and Type | Interface and Description |
|---|---|
static class |
ILocationDevice.Level |
| Modifier and Type | Method and Description |
|---|---|
ILocationDevice.Level |
getLevel()
Location Level
|
Location |
getLocation()
Get the current location information
|
void |
setParameter(String key,
String value)
This is a reserved interface and does not support usage for the time being.
|
close, isOpened, openILocationDevice.Level getLevel() throws DeviceException
DeviceException: Android's standard built-in location features, such as IZT.,
: disable all location sdk.,
: Baidu location sdk, Tencent location sdk, Amap location sdk.Location getLocation() throws DeviceException
DeviceExceptionLocationvoid setParameter(String key, String value) throws DeviceException
key:Parameter - keyvalue: - Parameter valueDeviceException