---
title: copy()
framework: mapkitjs
role: symbol
role_heading: Instance Method
path: mapkitjs/coordinateregion/copy
---

# copy()

Returns a copy of the calling coordinate region.

## Declaration

```data
copy(): CoordinateRegion;
```

## Return Value

Return Value A CoordinateRegion that is a copy of the calling coordinate region.

## See Also

### Comparing, copying, and converting regions

- [equals(anotherRegion)](mapkitjs/coordinateregion/equals.md)
- [toBoundingRegion()](mapkitjs/coordinateregion/toboundingregion.md)
- [toMapRect()](mapkitjs/coordinateregion/tomaprect.md)
