Android Question Geofence - Geofence_Enter event when I'm already in monitored region

b4xscripter

Member
Licensed User
Longtime User
Hi All,

I found very useful this thread that explains clearly how to use the geofence.

https://www.b4x.com/android/forum/t...ing-a-region-in-the-background.84767/#content

However, for my project, I wonder if it is possible to run this event when I'm already in the monitored region. Let me explain my point. Let's suppose that I don't have my geofence app running and I'm already in the area I want to monitor. Well, I run my app and I understand that the Geofence_Enter event will not be triggered since I didn't enter in... Is it correct my reasoning? If so, how can I make trigger this event?

Thanks in advance!
 
Top