2011-04-12 43 views
1

我希望在用戶接近具有特定意圖過濾器的某個GPS位置時收到通知:您知道在Android應用程序中是否有可能嗎?Android:廣播接收器獲取GPS位置

+0

這些可能會幫助你.. http://stackoverflow.com/questions/5240246/broadcastreceiver-for-location – Shalini 2012-06-04 09:51:16

回答

2

如果我理解正確,你應該看看LocationManager.addProximityAlert(double latitude, double longitude, float radius, long expiration, PendingIntent intent)。當你在GPS座標系附近時,PendingIntent將被解僱。