Optional properties: BasemapPropertiesA collection of tile layers that make up the basemap's features.
An identifier used to refer to the basemap when referencing it elsewhere.
Readonly loadThe Error object returned if an error occurred while loading.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadError)
Readonly loadRepresents the status of a load operation.
not-loaded
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-core-Loadable.html#loadStatus)
Readonly loadA list of warnings which occurred while loading.
Readonly loadedIndicates whether the basemap instance has loaded.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-Basemap.html#loaded)
The portal item.
A collection of tiled reference layers for displaying labels.
The spatial reference of the Basemap.
The URL pointing to an image that represents the basemap.
The title of the basemap.
Protected _getProtected _setCancels a load() operation if it is already in progress.
Creates a deep clone of this object.
Destroys the basemap, and any associated resources, including its layers and portalItem.
Loads all the externally loadable resources associated with the basemap.
Protected notifyConverts an instance of this class to its ArcGIS portal JSON representation.
Static fromCreates a new basemap instance from a well known basemap ID.
Static fromJSONGenerated using TypeDoc
Creates a new basemap object.
Read more...