I am trying to find a way to reset the map to the state when the app starts. I would like to add a button in the navigation bar to reset/reload/recenter the map. For example, after someone scrolls around and plays a bit with the map I would like them to be able to click the button and the map reverts back to its initial state from the viewDidLoad.
I have not been able to find anything on any board on how to manage this. I imagine it will work with the setRegion, but not sure what to do in order to accomplish this task. Any help would be appreciated.