Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
调用 requestLocationupdates() 时的回调链是什么?我知道它调用 onLocationChanged 但如果位置没有改变怎么办?如果收到相同的位置怎么办?还是每次收到位置时都会调用它?
注册当前活动,requestLocationUpdates()由指定的提供者或匹配指定的提供者定期更新Criteria,包括位置和状态更新。
requestLocationUpdates()
Criteria
它使用标准和待定意图注册位置更新
阅读文档