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

    Interface BasemapItemMembers

    Documentation for the members of BasemapItem.

    interface BasemapItemMembers {
        basemap: Basemap | undefined;
        description: string | undefined;
        id: string;
        thumbnailUrl: string | undefined;
        title: string | undefined;
        viewmode: "2D" | "3D" | undefined;
    }
    Index

    Properties

    basemap: Basemap | undefined

    The esri.Basemap instance.

    description: string | undefined

    The description of the item.

    id: string

    A basemap item needs an id.

    thumbnailUrl: string | undefined

    An optional thumbnail url.

    title: string | undefined

    The title of the item.

    viewmode: "2D" | "3D" | undefined

    Restricts this basemap to a view mode. If not set, basemaps applies to all view modes.