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