I am building an app that interacts with dangerous equipment. Because of this, I need to be able to alert them of various events when they are operating the app in the background. I am looking at the type of notification that Apple Maps uses to alert users that their turn is coming up. This is exactly what I want, but I can't find what type of notification it is or how to implement it.
I have tried push notifications, alerts, etc... None of them are what I am looking for.