<!--
{
  "availability" : [
    "iOS: 3.0.0 -",
    "iPadOS: 3.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.9.0 -",
    "tvOS: 9.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKMapViewDelegate/mapView(_:regionWillChangeAnimated:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(pl)MKMapViewDelegate(im)mapView:regionWillChangeAnimated:"
  },
  "title" : "mapView(_:regionWillChangeAnimated:)"
}
-->

# mapView(_:regionWillChangeAnimated:)

Tells the delegate when the region the map view is displaying is about to change.

```
optional func mapView(_ mapView: MKMapView, regionWillChangeAnimated animated: Bool)
```

## Parameters

`mapView`

The map view with the visible region that’s about to change.

`animated`

If <doc://com.apple.documentation/documentation/Swift/true>, the map view animates the change to the new region. If <doc://com.apple.documentation/documentation/Swift/false>, the map view makes the change immediately.

## Discussion

The framework calls this method at the beginning of a change to the map’s visible region.

## See Also

  [Location and Maps Programming Guide](https://developer.apple.com/library/archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009497)



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)