Options
All
  • Public
  • Public/Protected
  • All
Menu

An Esri web map.

Part of the Esri web map specification. See http://resources.arcgis.com/en/help/arcgis-web-map-json/.

Hierarchy

  • WebMap

Index

Properties

Optional applicationProperties

applicationProperties: object

An arbitrary collection of name/value pairs used to store application data. Not part of the official web map specification, but used with AGOL.

Type declaration

  • [name: string]: any

baseMap

baseMap: BaseMap

The map's basemap layer(s). Layers are drawn based on the index position in the array; The first layer in the array is the first layer drawn, the next layer in the array is drawn on top of it, and so on.

Optional bookmarks

bookmarks: Bookmark[]

Bookmarks that are saved with the map.

operationalLayers

operationalLayers: OperationalLayer[]

The set of operational layers in the web map. Layers are drawn based on the index position in the array; The first layer in the array is the first layer drawn, the next layer in the array is drawn on top of it, and so on.

version

version: string

The web map specification version. At the time of this writing, this should be "1.7".