标签: android triggers location alarm
当用户达到一定的坐标半径时,我需要触发警报。我是新手,请尽可能简单。
答案 0 :(得分:2)
这称为地理围栏,设置一个的最简单方法是使用Play Services SDK中的LocationClient。 the Android developer documentation中介绍了此技术。
LocationClient
您还可以use "proximity alerts" with LocationManager,避免使用Play服务框架。
LocationManager