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.
我有带有 gps 位置(纬度和经度)的 sqlite 数据库/表。
现在我需要 gps 每隔几秒钟检查一次我是否在附近,如此接近我数据库中的一个位置。
最好/最简单的方法是什么?任何人都可以提供一些关于如何做到这一点的公会或示例/turturial 吗?
使用位置管理器接近警报将是您最好的选择,您可以为表中的每个位置设置警报,然后在它们被触发时捕捉到意图。
这些比在某个时间间隔手动点击 gps 更省电。
这是一个例子。