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

# MapShowItemsOptions

Options that determine the map parameters to use when showing items.

```
interface MapShowItemsOptions
```

## Overview

Use these options when calling [`showItems(items, options)`](/documentation/MapKitJS/Map/showItems).

## Topics

### Show item options

[`animate`](/documentation/MapKitJS/MapShowItemsOptions/animate)

A Boolean value that determines whether the map animates as the map region changes to show the items.

[`minimumSpan`](/documentation/MapKitJS/MapShowItemsOptions/minimumSpan)

The minimum longitudinal and latitudinal span the map displays.

[`padding`](/documentation/MapKitJS/MapShowItemsOptions/padding)

Spacing that the framework adds around the computed map region when showing items.

[`cameraDistance`](/documentation/MapKitJS/MapShowItemsOptions/cameraDistance)

The distance from the center of the map to the camera, when showing the items.



---

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)