BasemapView

Class: esri/views/BasemapView
Inheritance: BasemapView Accessor
Since: ArcGIS API for JavaScript 4.13

Represents the view for a single basemap after it has been added to either a MapView or a SceneView.

See also:

Property Overview

Any properties can be set, retrieved or listened to. See the Working with Properties topic.
NameTypeSummaryClass
Collection<LayerView>

A collection containing a hierarchical list of all the created LayerViews of the base layers in the map.

more details
more detailsBasemapView
String

The name of the class.

more details
more detailsAccessor
Collection<LayerView>

A collection containing a hierarchical list of all the created LayerViews of the reference layers in the map.

more details
more detailsBasemapView
Boolean

Value is true when the basemap is updating; for example, if it is in the process of fetching data.

more details
more detailsBasemapView
MapView|SceneView

References the MapView or SceneView.

more details
more detailsBasemapView

Property Details

baseLayerViews Collection<LayerView>readonly

A collection containing a hierarchical list of all the created LayerViews of the base layers in the map.

declaredClass Stringreadonly inherited

The name of the class. The declared class name is formatted as esri.folder.className.

referenceLayerViews Collection<LayerView>readonly

A collection containing a hierarchical list of all the created LayerViews of the reference layers in the map.

updating Booleanreadonly

Value is true when the basemap is updating; for example, if it is in the process of fetching data.

Default Value:false

References the MapView or SceneView.

API Reference search results

NameTypeModule
Loading...