OfflineMapItemInfo QML Type

Contains properties to override the offline map's item properties. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.1
Inherits:

Object

Properties

Signals

Detailed Description

Property Documentation

accessInformation : string

The access information for the offline map.


description : string

The description text of the offline map.


snippet : string

The snippet text of the offline map.


tags : string

The user-defined tags that describe the offline map.


termsOfUse : string

The terms of use of the item.

This property can contain HTML formatting.

This property was introduced in Esri.ArcGISRuntime 100.4.


thumbnailImage : url

Returns a URL to the thumbnail image provider (read-only).


thumbnailUrl : url

The URL of the thumbnail image.

This must be a path in the local file system.


title : string

The title of the offline map.


Signal Documentation

accessInformationChanged()

Emitted when the accessInformation property changes.

Note: The corresponding handler is onAccessInformationChanged.


descriptionChanged()

Emitted when the description property changes.

Note: The corresponding handler is onDescriptionChanged.


snippetChanged()

Emitted when the snippet property changes.

Note: The corresponding handler is onSnippetChanged.


tagsChanged()

Emitted when the tags property changes.

Note: The corresponding handler is onTagsChanged.


termsOfUseChanged()

Emitted when the termsOfUse property changes.

Note: The corresponding handler is onTermsOfUseChanged.

This signal was introduced in Esri.ArcGISRuntime 100.4.


thumbnailImageChanged()

Emitted when the thumbnailImage property changes.

Note: The corresponding handler is onThumbnailImageChanged.


thumbnailUrlChanged()

Emitted when the thumbnailUrl property changes.

Note: The corresponding handler is onThumbnailUrlChanged.


titleChanged()

Emitted when the title property changes.

Note: The corresponding handler is onTitleChanged.


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