English 中文(简体)
BlackBerry:为何不能提供GEOLOCATION_MODE_WLAN?
原标题:BlackBerry: Reasons why GEOLOCATION_MODE_WLAN might not be available?

为什么可以把注意力放在一起——运动——我们 否?

我正在使用一架BlackBerry Bold 9780。 我的装置上的wi子被丢弃。 这里有5-10个fi,我甚至连在一起。 有时,我会走一条瓦兰办法,但我却不能坐下来。

LocationInfo.isLocationSourceAvailable(LocationInfo.GEOLOCATION_MODE_WLAN);

Returns false.

我刚刚注意到,GEOLOCATION_MODE_WLAN是博洛的新事物: 请参看blog-post

最佳回答

I finally got it going by setting a maxAge when setting the LocationListener (was -1 => default before):

myLocationProvider.setLocationListener(new LocationListenerImpl(), 600, 300, 30);

我可以照搬这一点,但对我没有任何意义。 而且,它并非每次工作。 ......

  • EDIT -

承运人也可能不支持这一规定。

问题回答

你们可以使用谷歌的服务,而这种服务更可靠、更准确,也接受wifi数据。 参看。 BlackBerry





相关问题
Query about getting GPS Location

Is there any way to set Criteria for LocationProvider depending upon the network provider, means determining whether the network provider supports CellSite mode or autonomous mode or any other mode. ...

Android google map myLocationOverlay disappears?

I try to add myLocationOverlay to the map. It was not there at first, then when I send the gps position from the ddms, then the blue shining dot appear. However, after awhile, the blue dot disappear ...

Accessing GPS Data From a .Net Winform Application

Does anyone out there have any experience programatically retreiving the lat/long from a GPS attached to a mobile PC? A team I m on is currently looking at hardware options--as the programmer who ...

Can Google Maps plot points based on Hours Minutes Seconds

I m trying to plot out GPS data that is given to me in Hour Minute Second degree format. Will GLatLng take it in this form or do I need to convert it first. Having a hard time finding anything on the ...

热门标签