The user interface for the BookmarksView. The BookmarksView displays a collection of bookmarks in the form of viewpoints from either Webmap/Webscene or are programmatically defined. When the user selects a bookmark from the provided list, the viewpoint in the geoView is set to the new bookmark's view extent. More...
Header | #include <Bookmarks |
Since | Esri. |
- List of all members, including inherited members
- BookmarksView is part of ArcGISQtToolkitUiCppWidgetsViews group.
Public Functions
Bookmarks | |
~ | |
void | set |
void | set |
Detailed Description
Note: By default, the BookmarksView will attempt to fetch the set of developer bookmarks, which require an access token to access.
Member Function Documentation
[explicit invokable]
BookmarksView::BookmarksView (QWidget *parent = nullptr)
Default constructor.
- parent Parent widget.
The view maintains its associated controller, sets up the view itself and its model.
Note: This function can be invoked via the meta-object system and from QML. See Q_INVOKABLE.
[noexcept]
BookmarksView::~BookmarksView ()
Destructor.
void BookmarksView::setMapView (Esri::ArcGISRuntime::MapGraphicsView *mapView )
Set the GeoView
.
- mapView Sets the
GeoView
to aMapView
.
void BookmarksView::setSceneView (Esri::ArcGISRuntime::SceneGraphicsView *sceneView )
Set the GeoView
.
- sceneView Sets the
GeoView
to aSceneView
.