This will show the user location on the map
[self.map setShowsUserLocation:YES];
self.map?.showsUserLocation = true
This will track the user location on the map, updating regions according
[self.map setUserTrackingMode:MKUserTrackingModeFollow];
self.map?.userTrackingMode = .follow