Property BookmarksOverride
| Edit this page View SourceBookmarksOverride
Gets or sets the list of bookmarks to display. Otherwise, the bookmarks from the Map or Scene shown in the associated GeoView are displayed.
Declaration
public IEnumerable<Bookmark>? BookmarksOverride { get; set; }
Property Value
Type | Description |
---|---|
IEnumerable<Bookmark> |
Remarks
If set to a INotifyCollectionChanged, the view will be updated with collection changes.