Class BasemapGalleryItem
Encompasses an element in a basemap gallery.
Namespace: Esri.ArcGISRuntime.Toolkit.Maui
Assembly: Esri.ArcGISRuntime.Toolkit.Maui.dll
Syntax
public class BasemapGalleryItem : INotifyPropertyChanged, IEquatable<BasemapGalleryItem>
Properties
| Name | Description |
|---|---|
| Basemap | Gets the basemap associated with this basemap item. |
| Is3D | Gets a value indicating whether this basemap is a 3D basemap. |
| IsLoading | Gets or sets a value indicating whether this gallery item is actively loading the basemap. |
| IsLoadingThumbnail | Gets or sets a value indicating whether this gallery item is actively loading the Thumbnail. |
| IsValid | Gets a value indicating whether this basemap is a valid selection. |
| Name | Gets or sets the name to display for this basemap item. |
| SpatialReference | Gets the spatial reference, if known, of the underlying basemap. |
| Thumbnail | Gets or sets the thumbnail to display for this basemap item. |
| ThumbnailData | Gets thumbnail as a byte array. |
| Tooltip | Gets or sets the tooltip to display for this basemap item. |
Methods
| Name | Description |
|---|---|
| CreateAsync(Basemap) | Creates an item to represent the given basemap. |
| Equals(BasemapGalleryItem?) | Indicates whether the current object is equal to another object of the same type. |
| Equals(object?) | Determines whether the specified object is equal to the current object. |
| GetHashCode() | Serves as the default hash function. |
Events
| Name | Description |
|---|---|
| PropertyChanged | Occurs when a property value changes. |