requestLocationUpdates 第二个参数以公里或米为单位

requestLocationUpdates 2nd paramater is in km or m

locationManager.requestLocationUpdates( LocationManager.GPS_PROVIDER, 时间, 距离, locationListener); 这里
时间是毫秒还是秒?
距离是公里还是米?

android API 有很好的文档,你可以找到你的答案 here

这应该可以回答您的问题,但我强烈建议您阅读 android 开发人员文档以了解有关它的任何进一步问题,您会找到所需的一切。