Contains properties for the construction of a new basemap.

interface BasemapConfigObject {
    baseLayers?: any[];
    id?: string;
    layers?: any[];
    style?: any;
    title?: string;
}

Properties

baseLayers?: any[]

Layers to use when constructed the new base map.

Cannot be combined with id or style.

id?: string

A well known Basemap id, such as "streets-vector".

Cannot be combined with baseLayers or style.

layers?: any[]

Use baseLayers instead.

style?: any

Basemap style to use when constructing the new basemap.

Cannot be combined with id or baseLayers.

title?: string

Optional title for the new Basemap.

MMNEPVFCICPMFPCPTTAAATR