LocationNotification.Modes

From Xojo Documentation

Enumeration
LocationNotification.Modes

New in 2020r2

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.