Class BookmarkList

java.lang.Object
com.esri.arcgisruntime.mapping.BookmarkList
All Implemented Interfaces:
ListenableList<Bookmark>, Iterable<Bookmark>, Collection<Bookmark>, List<Bookmark>, SequencedCollection<Bookmark>, Observable, ObservableList<Bookmark>

public final class BookmarkList extends Object implements ListenableList<Bookmark>
Represents the bookmarks of an ArcGISMap.

This class is not creatable but bookmarks can be added and removed. Changes to the list can be observed by adding a listener.

Since:
100.0.0
See Also: