---
title: "setRegion(_:)"
framework: watchkit
role: symbol
role_heading: Instance Method
path: "watchkit/wkinterfacemap/setregion(_:)"
---

# setRegion(_:)

Changes the map’s visible region to the specified coordinate region.

## Declaration

```swift
func setRegion(_ coordinateRegion: MKCoordinateRegion)
```

## Parameters

- `coordinateRegion`: The new region of the map to be displayed. The span value of this parameter provides an implicit zoom value for the map. For more information about the doc://com.apple.documentation/documentation/MapKit/MKCoordinateRegion type, see doc://com.apple.documentation/documentation/MapKit.

## Discussion

Discussion This method changes the currently visible region of the map. The method may adjust the map rectangle slightly to fit the available display space for the map. The adjusted region always includes the entire region you specified. Changing the visible region may require the loading of additional map tiles to render the map. Loading tiles requires an active network connection.

## See Also

### Specifying the Map Region

- [setVisibleMapRect(_:)](watchkit/wkinterfacemap/setvisiblemaprect(_:).md)
