[問題] "接近地點提示"的方法

看板AndroidDev作者 (佐代嵐)時間13年前 (2011/08/18 14:51), 編輯推噓0(0010)
留言10則, 2人參與, 最新討論串1/1
翻遍網站跟書都找不到有關於ProximityAlert方法的寫法...... 請問板上有大大對此有研究的可以分享嗎? -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 111.254.204.90

08/18 22:15, , 1F
locationManager.addProximityAlert(lat,lng,radius,ex,pi);
08/18 22:15, 1F

08/18 22:15, , 2F
long ex ; PendingIntent pi;
08/18 22:15, 2F

08/19 02:58, , 3F
請問laiis 在long跟PendingIntent pi是怎麼設置的?
08/19 02:58, 3F

08/19 03:37, , 4F
ex:多久之後停止提示 , -1:沒有時效限制, 單位:毫秒
08/19 03:37, 4F

08/19 03:39, , 5F
pi:當你靠近或遠離時,就用 PendingIntent 來做事情吧...
08/19 03:39, 5F

08/19 03:40, , 6F
沒有 ACCESS_FINE_LOCATION 會丟出 SecurityException 喔...
08/19 03:40, 6F

08/19 03:41, , 7F
怎麼設置?就依你要程式怎麼跑去寫囉, 我只是嫩咖矣矣
08/19 03:41, 7F

08/19 03:43, , 8F
給個官網說明 http://ppt.cc/cLsy
08/19 03:43, 8F

08/19 03:45, , 9F
那個 SecurityException 是沒有 providers 而丟出啦, 歹勢
08/19 03:45, 9F

08/19 09:33, , 10F
謝謝laiis 我想知道的就是-1跟0的意思@@
08/19 09:33, 10F
文章代碼(AID): #1EJBQAPd (AndroidDev)
文章代碼(AID): #1EJBQAPd (AndroidDev)