BasemapGalleryItem QML Type

Represents the contents of a BasemapGallery. Can be accessed via BasemapGalleryController.gallery. More...

Since: Esri.ArcGISRutime 100.12

Properties

Detailed Description

The BasemapGalleryItem is a wrapper around a Basemap, along with any additional meta-information.

The BasemapGalleryItem allows for the optional application of a thumbnail and tooltip, which override the given thumbnail/tooltip of the Basemap.

This is handy when creating Basemaps on the fly from a BasemapStyle or other means, as these basemaps do not come with a thumbnail or tooltip by default.

Property Documentation

basemap : var

The basemap this gallery item represents.


basemap. : Basemap

The basemap this gallery item represents.


[read-only] name : string


[read-only] name. : string


[read-only] thumbnailUrl : url

the thumbnail url of this item if valid. Otherwise returns the thumbnail url on the basemap's item, if available.


[read-only] thumbnailUrl. : url

the thumbnail url of this item if valid. Otherwise returns the thumbnail url on the basemap's item, if available.


thumbnailUrlOverride : url

The thumbnail url override of this item, which replaces the thumbnail of the basemap when rendering the gallery.


thumbnailUrlOverride. : url

The thumbnail url override of this item, which replaces the thumbnail of the basemap when rendering the gallery.


[read-only] tooltip : string

the tooltip override of this item if valid. Otherwise returns the description on the basemap's item, if available.


[read-only] tooltip. : string

the tooltip override of this item if valid. Otherwise returns the description on the basemap's item, if available.


tooltipOverride : string

The tooltip override of this item, which replaces the thumbnail of the basemap when rendering the gallery.


tooltipOverride. : string

The tooltip override of this item, which replaces the thumbnail of the basemap when rendering the gallery.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.