¡@

Home 

2014/10/16 ¤W¤È 08:28:12

android Programming Glossary: zone1

set 2 proximity alerts with the same broadcast

http://stackoverflow.com/questions/3298388/set-2-proximity-alerts-with-the-same-broadcast

objPlace.getLon objPlace.getError 1 sender Also note that the proximity alert works kinda tricky. User enters the hot ZONE1 based on the signal precision and radius you set. Broadcast is fired for entering true ZONE1. If you enter another zone.. User enters the hot ZONE1 based on the signal precision and radius you set. Broadcast is fired for entering true ZONE1. If you enter another zone ZONE2 that overlap with the current zone you don't get the alert as you are still in ZONE1. You.. ZONE1. If you enter another zone ZONE2 that overlap with the current zone you don't get the alert as you are still in ZONE1. You must leave the ZONE1 so the broadcast will fire again with entering false. So once now you left ZONE1 if you arrive..