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

# copy()

Returns a copy of the padding object.

## Declaration

```data
copy(): Padding;
```

## Return Value

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