Documentation for the members of BasemapItem.

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

Properties

basemap: any

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.