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

    Interface BasemapItemMembers

    Documentation for the members of BasemapItem.

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

    Properties

    basemap: undefined | Basemap

    The esri.Basemap instance.

    description: undefined | string

    The description of the item.

    id: string

    A basemap item needs an id.

    thumbnailUrl: undefined | string

    An optional thumbnail url.

    title: undefined | string

    The title of the item.

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

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