gpt4 book ai didi

android - 什么时候在 requestLocationUpdates 上建议 PendingIntent 与 LocationListener?

转载 作者:塔克拉玛干 更新时间:2023-11-03 00:43:05 27 4
gpt4 key购买 nike

您可以通过两种方式订阅requestLocationUpdates

  • 通过指定一个 PendingIntent
  • 另一种是使用 LocationListener

什么时候建议一个,什么时候建议另一个?

最佳答案

如果需要位置更新的组件仅在组件周围时才需要更新——比如说,一个 Activity ——我会使用 LocationListener 方法。

如果具体需要位置更新的组件不存在——比如说,一个IntentService——我会使用PendingIntent。在这种情况下,您不能使用 LocationListener,因为内存中没有任何内容可以监听位置。

关于android - 什么时候在 requestLocationUpdates 上建议 PendingIntent 与 LocationListener?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3121557/

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