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 SDKNot supported yet

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 SDKNot supported yet

getLMLatitude

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

getLMLongitude

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

getLMValue

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

startLM

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

stopLM

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