RichardMaher / Brotkrumen

Javascript Background Geolocation POC
73 stars 14 forks source link

Revisit GeolocationSensor.Accuracy and Latency #2

Open RichardMaher opened 5 years ago

RichardMaher commented 5 years ago

I believe there are more GPS filter options that need to be catered for as are implemented here

const DEFAULT_OPTIONS  = 
{
    "maxSilence" : 900000,
    "minSilence" :   4000,
    "maxSnail"   :  15000,
    "minProgress":     15,
    "maxAge"     :      0,
    "accurate"   :   true,
    "dropDodgy"  :  false
}