Represents an ongoing view animation initialized by goTo().
The background color of the MapView.
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.
Indicates if the browser focus is on the view.
Allows for adding graphics directly to the default graphics in the View.
The height of the view in pixels read from the view container element.
A convenience property indicating the general size of the view's height.
Options for configuring the highlight.
Options to configure input handling of the View.
Indication whether the view is being interacted with (for example when panning or by an interactive tool).
A collection containing a hierarchical list of all the created LayerViews of the operational layers in the map.
The 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.
Indication whether the view is being navigated (for example when panning).
Options to configure the navigation behavior of the View.
A convenience property indicating the view's orientation.
When true
, this property indicates whether the view successfully satisfied all dependencies, signaling that the following conditions are met.
Defines which anchor stays still while resizing the browser window.
Indicates if the view is being resized.
Represents 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.
Represents the map scale at the center of the view.
An array containing the width and height of the view in pixels, e.g.
The spatial reference of the view.
Indication whether the view is animating, being navigated with or resizing.
Indicates if the view is visible on the page.
The view's time extent.
The dimension of the view.
Exposes the default widgets available in the view and allows you to toggle them on and off.
Indicates whether the view is being updated by additional data requests to the network, or by processing received data.
Represents the current view as a Viewpoint or point of observation on the view.
The width of the view in pixels read from the view container element.
A convenience property indicating the general size of the view's width.
Represents the level of detail (LOD) at the center of the view.
Emits an event on the instance.
Sets the focus on the view.
Sets the view to a given target.
Indicates whether there is an event listener on the instance that matches the provided event name.
Returns the topmost feature from each layer that intersects the specified screen coordinates.
isFulfilled()
may be used to verify if creating an instance of the class is fulfilled (either resolved or rejected).
isRejected()
may be used to verify if creating an instance of the class is rejected.
isResolved()
may be used to verify if creating an instance of the class is resolved.
Registers an event handler on the instance.
Create a screenshot of the current view.
Converts the given screen point to a map point.
Converts the given map point to a screen point.
Call this method to clear any fatal errors resulting from a lost WebGL context.
when()
may be leveraged once an instance of the class is created.
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
Collection containing a flat list of all the created LayerViews related to the basemap, operational layers, and group layers in this view.
Read more...