我得到了这条小线:
int meter = 1;
update 5000; //1 ms
globalconstant.mlocManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, (long) update, meter,globalconstant.mlocListener);
有人能告诉我这是什么意思吗?这是否意味着 gps 更新时间为 5 秒,如果位置更改 1 米,如果我在 5 秒内移动 1 米 4 次,它可能会在 5 秒内刷新 4 次?