Class BookmarksView
The BookmarksView view presents bookmarks, either from a list defined by BookmarksOverride or the Map or Scene shown in the associated GeoView.
Inheritance
BookmarksView
Implements
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class BookmarksView : TemplatedView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
Name | Description |
---|---|
BookmarksView() | Initializes a new instance of the BookmarksView class. |
Fields
Name | Description |
---|---|
BookmarksOverrideProperty | Identifies the BookmarksOverride bindable property. |
GeoViewProperty | Identifies the GeoView bindable property. |
ItemTemplateProperty | Identifies the ItemTemplate bindable property. |
Properties
Name | Description |
---|---|
BookmarksOverride | Gets or sets the list of bookmarks to display. Otherwise, the bookmarks from the Map or Scene shown in the associated GeoView are displayed. |
GeoView | Gets or sets the geoview that contain the layers whose symbology and description will be displayed. |
ItemTemplate | Gets or sets the data template that renders bookmark entries in the list. |
Methods
Name | Description |
---|---|
OnApplyTemplate() |
Events
Name | Description |
---|---|
BookmarkSelected | Raised whenever a bookmark is selected. |