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)
set Parameter
|
close, isOpened, open
ILocationDevice.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
DeviceException
Location
void setParameter(String key, String value) throws DeviceException
key:Parameter
- keyvalue:
- Parameter valueDeviceException