IBookmark

Interface

Predefined bookmarks for use by the application. A bookmark is a saved map extent that allows end users to quickly navigate to a particular area of interest.

Properties

Property Type Notes
extent IExtent

An extent object containing a spatial reference, a lower left coordinate, and an upper right coordinate defining the rectangular area of the bookmark. The spatial reference must be the same as the map spatial reference. Documentation for the envelope is in the Geometry Objects topic of the ArcGIS REST API help.

name string

A string name for the bookmark.


Interface defined in packages/arcgis-rest-types/src/webmap.ts:332