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

# copy()

Returns a copy of the calling bounding region.

## Declaration

```data
copy(): BoundingRegion;
```

## Return Value

Return Value A BoundingRegion that is a copy of the calling bounding region.

## See Also

### Copying and converting regions

- [toCoordinateRegion()](mapkitjs/boundingregion/tocoordinateregion.md)
