LocationNotification.Mode

From Xojo Documentation

Read-Only Property (As LocationNotification.Modes )
LocationNotification.ModesValue = aLocationNotification.Mode

New in 2020r2

Supported for all project types and targets.

Dictates when the notification will be displayed based upon entering and/or exiting the region.

Sample Code

Set the EmpireStateBuilding notification so that it's only displayed when the device enters the region defined within it:

EmpireStateBuilding.Mode = LocationNotification.Modes.EntryOnly

See Also

Modes enumeration.