OfflineMapItemInfo QML Type
Contains properties to override the offline map's item properties. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- OfflineMapItemInfo is part of QML Type List.
Properties
- accessInformation : string
- description : string
- snippet : string
- tags : string
- termsOfUse : string
- thumbnailImage : url
- thumbnailUrl : url
- title : string
Signals
- accessInformationChanged()
- descriptionChanged()
- snippetChanged()
- tagsChanged()
- termsOfUseChanged()
- thumbnailImageChanged()
- thumbnailUrlChanged()
- titleChanged()
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.
[since Esri.ArcGISRuntime 100.4] termsOfUse : string |
The terms of use of the item.
This property can contain HTML formatting.
This property was introduced in Esri.ArcGISRuntime 100.4.
[read-only] 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
.
|
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
.