map.apps Bundle APIs 4.20.2
    Preparing search index...

    Interface DatasetItem<IdType>

    An item from a Dataset.

    interface DatasetItem<IdType extends DatasetItemId = DatasetItemId> {
        attributes: { readonly [key: string]: unknown };
        geometry?: Readonly<Geometry>;
        id: IdType;
    }

    Type Parameters

    Index

    Properties

    attributes: { readonly [key: string]: unknown }

    The attributes of the item. Note this may only be a subset of attributes depending on the query options.

    geometry?: Readonly<Geometry>

    Item geometry, if available

    id: IdType

    Unique id of the item