Optional properties: MapViewPropertiesCollection containing a flat list of all the created LayerViews related to the basemap, operational layers, and group layers in this view.
Represents an ongoing view animation initialized by goTo().
The background color of the MapView.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#background)
Represents the view for a single basemap after it has been added to the map.
Represents the view's center point; when setting the center, you may pass a Point instance or an array of numbers representing a longitude/latitude pair ([-100.4593, 36.9014]).
The id or node representing the DOM element containing the view.
A fatal error returned when the view loses its WebGL context.
Applies a display filter on the view for a specific set of floor levels.
Readonly focusedIndicates if the browser focus is on the view.
Allows for adding graphics directly to the default graphics in the View.
Readonly heightThe height of the view in pixels read from the view container element.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-DOMContainer.html#height)
A convenience property indicating the general size of the view's height.
Options for configuring the highlight.
Readonly inputOptions to configure input handling of the View.
Readonly interactingIndication whether the view is being interacted with (for example when panning or by an interactive tool).
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#interacting)
A collection containing a hierarchical list of all the created LayerViews of the operational layers in the map.
Readonly magnifierThe magnifier allows for showing a portion of the view as a magnifier image on top of the view.
An instance of a Map object to display in the view.
Readonly navigatingIndication whether the view is being navigated (for example when panning).
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#navigating)
Options to configure the navigation behavior of the View.
Readonly orientationA convenience property indicating the view's orientation.
Readonly readyWhen true, this property indicates whether the view successfully satisfied all dependencies, signaling that the following conditions are met.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#ready)
Defines which anchor stays still while resizing the browser window.
center
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#resizeAlign)
Readonly resizingIndicates if the view is being resized.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-DOMContainer.html#resizing)
Readonly resolutionRepresents the current value of one pixel in the unit of the view's spatialReference.
The clockwise rotation of due north in relation to the top of the view in degrees.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#rotation)
Represents the map scale at the center of the view.
Readonly sizeAn array containing the width and height of the view in pixels, e.g.
The spatial reference of the view.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#spatialReference)
Indicates if the MapView's spatialReference can be changed after it is initialized.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-MapView.html#spatialReferenceLocked)
Readonly stationaryIndication whether the view is animating, being navigated with or resizing.
Readonly suspendedIndicates if the view is visible on the page.
true
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-DOMContainer.html#suspended)
The view's time extent.
null
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#timeExtent)
Readonly typeThe dimension of the view.
Exposes the default widgets available in the view and allows you to toggle them on and off.
Readonly updatingIndicates whether the view is being updated by additional data requests to the network, or by processing received data.
false
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-View.html#updating)
Represents the current view as a Viewpoint or point of observation on the view.
Readonly widthThe width of the view in pixels read from the view container element.
0
[Read more...](https://developers.arcgis.com/javascript/latest/api-reference/esri-views-DOMContainer.html#width)
A convenience property indicating the general size of the view's width.
Represents the level of detail (LOD) at the center of the view.
Protected _getProtected _setReturns hit test results from each layer that intersects the specified screen coordinates.
Optional options: MapViewHitTestOptionsProtected notifyCall this method to clear any fatal errors resulting from a lost WebGL context.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Gets the LayerView created on the view for the given layer.
Generated using TypeDoc
A MapView displays a 2D view of a Map instance.
Read more...