GenerateOfflineMapJob QML Type

A job to generate an offline map from an online map. More...

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

Job

Properties

Signals

Detailed Description

An object of this type is created by the function OfflineMapTask.generateOfflineMap.

See also Cancelable, JsonSerializable, and RemoteResource.

Property Documentation

downloadDirectoryPath : string

Returns the download folder used by this job to write the mobile map package result (read-only).

As the job also returns a mobile map package, the same path can be used to instantiate the MobileMapPackage for later use.


json : jsobject

The JSON representation of this object.

This JSON can be used to instantiate the type instance.


onlineMap : Map

Returns the online map used by this job (read-only).


Returns the GenerateOfflineMapParameterOverrides used by this job (if set) (read-only).

Returns null if no overrides are set.


Returns the GenerateOfflineMapParameters used by this job (read-only).


Returns the result from the job (read-only).

The result includes any error that may have occurred while taking the map offline.


Signal Documentation

resultChanged()

Emitted when the result property changes.

Note: The corresponding handler is onResultChanged.


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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close