【发布时间】:2011-05-16 05:54:07
【问题描述】:
启动我的应用程序时,应将几个 POI 坐标添加到 Android 系统。几个小时后,我的应用程序关闭,用户走近其中一个 POI,他将收到通知,例如通过状态消息。
this 是否适合我的场景? Android中是否有更多可用的东西来实现这一点?
public void addProximityAlert(双 纬度,双经度,浮点数 半径,长期到期,PendingIntent 意图)
【问题讨论】:
标签: android android-location location-aware location-based-service android-alarms