gpt4 book ai didi

android - GPS 搜索时间过长

转载 作者:行者123 更新时间:2023-11-30 04:11:25 32 4
gpt4 key购买 nike

我有一个使用 GPS 的应用。

我的问题是,当我到达 GPS 正在寻找信号但无法找到的部分时,它会继续搜索。这会耗尽电池。

我用过这个:

this.locationManager.requestLocationUpdates(this.provider, 0,
0, pendingIntent);

但它只设置刷新率。如果 GPS 未锁定,它会继续尝试。

我希望它在尝试获取锁几分钟后停止。

我能做什么?

最佳答案

如果您不想频繁检查新位置,则必须指定最短时间和最短距离。结构是这样的:

 public void requestLocationUpdates (String provider, long minTime, float minDistance, PendingIntent intent)

有关更多信息,请查看此链接:http://developer.android.com/reference/android/location/LocationManager.html#requestLocationUpdates%28java.lang.String,%20long,%20float,%20android.app.PendingIntent%29

编辑:对不起,我不明白你的问题。检查此链接,您要做的是设置超时。希望这有帮助。 How to time out GPS signal acquisition

关于android - GPS 搜索时间过长,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10812074/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com