<!--
{
  "availability" : [
    "MapKit JS: 6.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKitJS",
  "identifier" : "/documentation/MapKitJS/PaddingData",
  "metadataVersion" : "0.1.0",
  "role" : "Interface",
  "symbol" : {
    "kind" : "Interface",
    "modules" : [
      "MapKit JS"
    ],
    "preciseIdentifier" : "struct/mapkit.PaddingData"
  },
  "title" : "PaddingData"
}
-->

# PaddingData

A plain object representation of edge inset values.

```
interface PaddingData
```

## Topics

### Padding properties

[`bottom`](/documentation/MapKitJS/PaddingData/bottom)

The amount of padding, in CSS pixels, to inset the map from the bottom edge.

[`left`](/documentation/MapKitJS/PaddingData/left)

The amount of padding, in CSS pixels, to inset the map from the left edge.

[`right`](/documentation/MapKitJS/PaddingData/right)

The amount of padding, in CSS pixels, to inset the map from the right edge.

[`top`](/documentation/MapKitJS/PaddingData/top)

The amount of padding, in CSS pixels, to inset the map from the top edge.

## Relationships

### Conforming Types

[`Padding`](/documentation/MapKitJS/Padding)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)