Reference of ILocationManager

Description of ILocationManager. It is to support an external location device. Examples are Beacon, WiFi and so on.

Methods

Methods

isLMInitialized

int isLMInitialized()
Return1: initialized, 0< uninitialized
DescriptionCheck initialization
Android SDK2.1.1
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1

getLMType

int getLMType()
Return10 : Beacon, 20 : WiFi, 100: GPS only, 110: GPS+Beacon, 120: GPS+WiFi
Expected Events
Descriptionget audio manager's type. 2.1.2 - 100: GPS only, 110: GPS+Beacon, 120: GPS+WiFi
Android SDK2.1.1
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1

getLMLatitude

string getLMLatitude()
ReturnLatitude Value
Expected Events
Descriptionget a latitude value
Android SDK2.1.2
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1

getLMLongitude

string getLMLongitude()
ReturnLongitude Value
Expected Events
Descriptionget a longitude value
Android SDK2.1.2
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1

getLMValue

string getLMValue()
ReturnAdditional LocationValue
Expected Events
Descriptionget location value
Android SDK2.1.1
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1

startLM

int startLM()
Return0:Success, 0<ErrorCode
Expected Events
DescriptionStart LocationManager
Android SDK2.1.1
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1

stopLM

int stopLM()
Return0:Success, 0<ErrorCode
Expected Events
DescriptionStop LocationManager
Android SDK2.1.1
iOS SDKNot supported yet
Windows SDK2.1.2
Linux SDK3.0.1