LocationNotification

From Xojo Documentation

Class (inherits from Notification)


New in 2020r2

A notification that is based upon entering or exiting a geographic region.

Enumerations
Modes
Methods
ContainsCoordinate
Properties
Badge fa-lock-32.png Latitude fa-lock-32.png Repeats fa-lock-32.png
Body fa-lock-32.png LocationIdentifier fa-lock-32.png Subtitle fa-lock-32.png
DeliveryDate fa-lock-32.png Longitude fa-lock-32.png Thread fa-lock-32.png
Handle fa-lock-32.png Mode fa-lock-32.png Title fa-lock-32.png
Identifier fa-lock-32.png Radius fa-lock-32.png UserInfo fa-lock-32.png

Notes

A LocationNotification is received by the NotificationReceived event.

The geographic region of a LocationNotification is defined as a circular area Radius meters from the Latitude and Longitude specified.

Compatibility

iOS project types on iOS and iPadOS operating systems.

See Also

Notification class, NotificationReceived event.