Reference of ILocationManager
Description of ILocationManager. It is to support an external location device. Examples are Beacon, WiFi and so on.
Methods
isLMInitialized
int isLMInitialized() |
Return | 1: initialized, 0< uninitialized |
Description | Check initialization |
Android SDK | 2.1.1 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |
getLMType
int getLMType() |
Return | 10 : Beacon, 20 : WiFi, 100: GPS only, 110: GPS+Beacon, 120: GPS+WiFi |
Expected Events | |
Description | get audio manager's type. 2.1.2 - 100: GPS only, 110: GPS+Beacon, 120: GPS+WiFi |
Android SDK | 2.1.1 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |
getLMLatitude
string getLMLatitude() |
Return | Latitude Value |
Expected Events | |
Description | get a latitude value |
Android SDK | 2.1.2 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |
getLMLongitude
string getLMLongitude() |
Return | Longitude Value |
Expected Events | |
Description | get a longitude value |
Android SDK | 2.1.2 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |
getLMValue
string getLMValue() |
Return | Additional LocationValue |
Expected Events | |
Description | get location value |
Android SDK | 2.1.1 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |
startLM
int startLM() |
Return | 0:Success, 0<ErrorCode |
Expected Events | |
Description | Start LocationManager |
Android SDK | 2.1.1 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |
stopLM
int stopLM() |
Return | 0:Success, 0<ErrorCode |
Expected Events | |
Description | Stop LocationManager |
Android SDK | 2.1.1 |
iOS SDK | Not supported yet |
Windows SDK | 2.1.2 |
Linux SDK | 3.0.1 |