Bookmark
require(["esri/webmap/Bookmark"], function(Bookmark) { /* code goes here */ });
Class:
esri/webmap/Bookmark
Inheritance: 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
- new Bookmark(properties)
- 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 | |
---|---|---|---|---|
String | The name of the class. more details | more details | Accessor | |
Extent | The extent of the specified bookmark item. more details | more details | Bookmark | |
String | The name of the bookmark item. more details | more details | Bookmark | |
Object | The URL for a thumbnail image. more details | more details | Bookmark |
Property Details
The name of the class. The declared class name is formatted as
esri.folder.className
.
- extent Extent
The extent of the specified bookmark item.
Loading...