Closed
Bug 1240999
Opened 10 years ago
Closed 7 years ago
[GONK-GPSGeolocation] Need a way to adjust sampling rate to deal with different accuracy (high or low)
Categories
(Core :: DOM: Geolocation, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: alchen, Assigned: alchen)
Details
Currently, we use network provider as a geolocation provider for low accuracy request. However, if we cannot get the location from network provider, we won't receive the position forever. In my opinion, we should use GPS with low sampling rate in this case.
In this bug, I would like to refine the mechanism of low accuracy geolocation request. In the same time, we will have the ability to use different sampling rate to get position from GPS.
| Assignee | ||
Updated•10 years ago
|
Assignee: nobody → alchen
| Assignee | ||
Comment 1•10 years ago
|
||
(In reply to Alphan Chen [:alchen] from comment #0)
> In my opinion, we should use GPS with low sampling rate in this case.
>
I means if we cannot get position from network provider in a certain time, we should use gps instead.
Comment 2•7 years ago
|
||
Closing as we are not working on Firefox OS anymore.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•