Android的位置警报?

编程入门 行业动态 更新时间:2024-10-11 21:25:37
本文介绍了Android的位置警报?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在启动我的应用程序时,Android 系统会添加几个 POI 坐标.几个小时后,我的应用程序关闭,用户走近他将收到通知的 POI 之一,例如通过状态消息.

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.

是 this 适合我的方案吗?Android中是否有更多可用的东西来实现这一目标?

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

public void addProximityAlert (double纬度,双经度,浮动半径,过期时间,PendingIntent意图)

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

推荐答案

是的,您可以使用 LocationManager 和 addProximityAlert() 作为所需功能的基础.

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

更多推荐

Android的位置警报?

本文发布于:2023-11-27 22:16:56,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1639813.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:警报   位置   Android

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!