---
title: Item
framework: mapkitjs
role: symbol
role_heading: Type
path: mapkitjs/item
---

# Item

A type alias that represents all objects that the framework sets in an item collection.

## Declaration

```data
type Item = Annotation | Overlay | ItemCollection;
```

## See Also

### Geographical features

- [importGeoJSON(data, callback)](mapkitjs/mapkit/importgeojson.md)
- [GeoJSONDelegate](mapkitjs/geojsondelegate.md)
- [ItemCollection](mapkitjs/itemcollection.md)
- [GeoJSONImporterCallback](mapkitjs/geojsonimportercallback.md)
- [GeoJSONImportError](mapkitjs/geojsonimporterror.md)
- [Displaying Indoor Maps with MapKit JS](mapkitjs/displaying-indoor-maps-with-mapkit-js.md)
