java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.location.LocationMode |
The LocationMode
enumeration defines different location systems that can be selectively
activated to help the Android LocationManager.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
LocationMode | NETWORK | Indicates only the localization mechanism based on networks will be activated | |||||||||
LocationMode | OFF | Indicates all the possible systems are turned off | |||||||||
LocationMode | SENSORS | Indicates only the dedicated GPS system is activated | |||||||||
LocationMode | SENSORS_AND_NETWORK | Indicates all the possible systems are turned on: both GPS sensors and network assisted localization |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Indicates only the localization mechanism based on networks will be activated
Indicates all the possible systems are turned off
Indicates only the dedicated GPS system is activated
Indicates all the possible systems are turned on: both GPS sensors and network assisted localization