mapViewDidStopLocatingUser(_:)
Tells the delegate when the map view stops tracking the user’s location.
Declaration
optional func mapViewDidStopLocatingUser(_ mapView: MKMapView)Parameters
- mapView:
The map view that stops tracking the user’s location.
Discussion
The map view calls this method when the value of the showsUserLocation property changes to false.