BlackBerry Wi-Fi Location in OS 5

蹲街弑〆低调 提交于 2019-12-11 09:01:45

问题


I have successfully acquired Wi-Fi location in my BlackBerry App built on BlackBerry JRE 6.0 through the following code:

BlackBerryCriteria myCriteria = new BlackBerryCriteria(LocationInfo.GEOLOCATION_MODE)

I am now trying to compile the same App in BlackBerry JRE 5.0 However, LocationInfo is not part of BlackBerry 5 API and so I would require another mechanism. I have come to understand that GEOLOCATION_MODE_WLAN is available in BlackBerry 5 only through third party application. For example, Google has a geolocation API that supports wifi location fixes. However I am lost as to how to implement this in code behind. Can anybody guide so I can get a start and implement it accordingly.

Please Help!!

来源:https://stackoverflow.com/questions/16767618/blackberry-wi-fi-location-in-os-5

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!