Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface MapViewProperties

Hierarchy

Index

Properties

Optional allLayerViews

Collection containing a flat list of all the created LayerViews related to the basemap, operational layers, and group layers in this view.

Read more...

Optional animation

Represents an ongoing view animation initialized by goTo().

Read more...

Optional background

The background color of the MapView.

Read more...

Optional basemapView

Represents the view for a single basemap after it has been added to the map.

Read more...

Optional breakpoints

A convenience property used for defining the breakpoints on the height and width of the view.

Read more...

Optional center

center: number[] | (PointProperties & { type: "point" })

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]).

Read more...

Optional constraints

constraints: MapViewConstraints

Specifies constraints to scale, zoom, and rotation that may be applied to the MapView.

Read more...

Optional container

container: string | HTMLDivElement

The id or node representing the DOM element containing the view.

Read more...

Optional extent

The extent represents the visible portion of a map within the view as an instance of Extent.

Read more...

Optional fatalError

fatalError: Error

A fatal error returned when the view loses its WebGL context.

Read more...

Optional floors

floors: CollectionProperties<string>

Applies a display filter on the view for a specific set of floor levels.

Read more...

Optional graphics

Allows for adding graphics directly to the default graphics in the View.

Read more...

Optional heightBreakpoint

heightBreakpoint: "small" | "medium" | "large" | "xsmall" | "xlarge"

A convenience property indicating the general size of the view's height.

Read more...

Optional highlightOptions

Options for configuring the highlight.

Read more...

Optional layerViews

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

Read more...

Optional map

An instance of a Map object to display in the view.

Read more...

Optional navigation

Options to configure the navigation behavior of the View.

Read more...

Optional padding

padding: ViewPadding

Use the padding property to make the center, and extent, etc.

Read more...

Optional popup

A Popup object that displays general content or attributes from layers in the map.

Read more...

Optional resizeAlign

resizeAlign: "center" | "top" | "left" | "right" | "bottom" | "top-left" | "top-right" | "bottom-left" | "bottom-right"

Defines which anchor stays still while resizing the browser window.

Read more...

Optional rotation

rotation: number

The clockwise rotation of due north in relation to the top of the view in degrees.

Read more...

Optional scale

scale: number

Represents the map scale at the center of the view.

Read more...

Optional spatialReference

spatialReference: SpatialReferenceProperties

The spatial reference of the view.

Read more...

Optional timeExtent

The view's time extent.

Read more...

Optional ui

Exposes the default widgets available in the view and allows you to toggle them on and off.

Read more...

Optional viewpoint

Represents the current view as a Viewpoint or point of observation on the view.

Read more...

Optional widthBreakpoint

widthBreakpoint: "small" | "medium" | "large" | "xsmall" | "xlarge"

A convenience property indicating the general size of the view's width.

Read more...

Optional zoom

zoom: number

Represents the level of detail (LOD) at the center of the view.

Read more...

Generated using TypeDoc