Contents

items

A nested list of annotations, overlays, and other item collections.

Declaration

get items(): Item[];
set items(items: Item | Item[] | null);

Discussion

Access the original GeoJSON data in the data object. To retrieve the data as MapKit JS items, use the items or getFlattenedItemList() objects.

See Also

Item collection properties