According to apples documentation, you can create location based notifications via a UNLocationNotificationTrigger. Can this function be added to the UserNotificationCenter class?
Thanks
UNLocationNotificationTrigger | Apple Developer Documentation
A trigger condition that causes the system to deliver a notification when the user’s device enters or exits a geographic region you specify.
developer.apple.com
Thanks