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

# copy()

Returns a copy of the camera zoom region.

## Declaration

```data
copy(): CameraZoomRange;
```

## Return Value

Return Value A CameraZoomRange object that is a copy of the original.
