报警定位为Android? [英] Location Alarm for Android?

查看:194
本文介绍了报警定位为Android?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在开始我的应用程序,一些POI坐标将被添加到了Android系统。几小时后,我的应用程序被关闭,用户走到靠近POI他应得到通知,例如之一通过一个状态消息。

是<一个href="http://developer.android.com/reference/android/location/LocationManager.html#addProximityAlert%28double,%20double,%20float,%20long,%20android.app.PendingIntent%29">this正确的方法对我的情况?有没有在Android中使用更多的东西来实现这一目标?

  

公共无效addProximityAlert(双   纬度,经度双,浮法   半径长的到期,PendingIntent   意图)

解决方案

是的,你可以使用 LocationManager addProximityAlert()为基础,您所需的功能。

When starting my app, several POI coordinates shall be added to the Android System. Some hours later, my app is closed and the user walks close to one of the POI he shall get notified e.g. through a status message.

Is this the right approach for my scenario? Are there more things available in Android to achieve this?

public void addProximityAlert (double latitude, double longitude, float radius, long expiration, PendingIntent intent)

解决方案

Yes, you would use LocationManager and addProximityAlert() as the basis for your desired feature.

这篇关于报警定位为Android?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆