LocationNotification.Modes
From Xojo Documentation
Enumeration
The events by which a LocationNotification can be triggered.
Values
Enum | Description |
---|---|
NotifyOnEntry | Notifications will occur when the device enters the region. |
NotifyOnExit | Notifications will occur when the device exits the region. |
NotifyOnEntryAndExit | Notifications will occur when the device enters and exits the region. |
See Also
Mode property.