bookmarks property

List<Bookmark> bookmarks

The collection of bookmarks defined for this map or scene.

Bookmarks allow users to quickly navigate to a particular area of interest in a map or scene.

Implementation

List<Bookmark> get bookmarks => _bookmarks.value;