mapView(_:regionWillChangeAnimated:)
Tells the delegate when the region the map view is displaying is about to change.
Declaration
optional func mapView(_ mapView: MKMapView, regionWillChangeAnimated animated: Bool)Parameters
Discussion
The framework calls this method at the beginning of a change to the map’s visible region.
See Also
Related Documentation
- Location and Maps Programming Guide