---
title: toCoordinateRegion()
framework: mapkitjs
role: symbol
role_heading: Instance Method
path: mapkitjs/boundingregion/tocoordinateregion
---

# toCoordinateRegion()

Returns the coordinate region that corresponds to the calling bounding region.

## Declaration

```data
toCoordinateRegion(): CoordinateRegion;
```

## Return Value

Return Value A CoordinateRegion that corresponds to the calling BoundingRegion.

## See Also

### Copying and converting regions

- [copy()](mapkitjs/boundingregion/copy.md)
