Bookmark
require(["esri/widgets/Bookmarks/Bookmark"], function(Bookmark) { /* code goes here */ });Class:
esri/widgets/Bookmarks/BookmarkInheritance: Bookmark Accessor
Since: ArcGIS API for JavaScript 4.8
A bookmark is a saved map extent that allows end users to quickly navigate to a particular area of interest using the Bookmarks widget. They are usually defined part of the WebMap.
Constructors
- Parameter:properties Objectoptional
See the properties for a list of all the properties that may be passed into the constructor.
Property Overview
Any properties can be set, retrieved or listened to. See the Working with Properties topic.
| Name | Type | Summary | Class | |
|---|---|---|---|---|
| active | Boolean | The | more details | Bookmark |
| extent | Extent | The extent of the specified bookmark item. more details | more details | Bookmark |
| name | String | The name of the bookmark item. more details | more details | Bookmark |
| thumbnail | Object | The URL for a thumbnail image. more details | more details | Bookmark |
Property Details
- activeBoolean
The
activeproperty is true while goTo() is animating.- Default Value:false
- extentExtent
The extent of the specified bookmark item.
Loading...
API Reference search results
| Name | Type | Module |
|---|