Pythonista中位置接近的代码

时间:2017-11-22 22:26:30

标签: python-3.x pythonista

我正在使用Pythonista for iOS编写代码。我正在尝试创建一个能够感知"的程序。我的手机靠近某个位置,然后在该位置附近触发操作。我在Pythonista中使用位置模块,我只能得到"得到"我手机的当前位置如下。任何人都可以帮我介绍一下我需要的代码吗?

location.start_updates()
time.sleep(5)
loc = location.get_location()
addr = location.reverse_geocode(loc)
location.stop_updates()

0 个答案:

没有答案