25 #import <Foundation/Foundation.h>
26 #import <ArcGIS/AGSJob.h>
48 #pragma mark initializers
53 #pragma mark properties
AGSJobStatus
Definition: AGSJob.h:54
A job to export a tile cache or item resource cache from an ArcGIS Vector Tile service.
Definition: AGSExportVectorTilesJob.h:44
AGSExportVectorTilesResult * result
Definition: AGSExportVectorTilesJob.h:69
AGSExportVectorTilesParameters * parameters
Definition: AGSExportVectorTilesJob.h:64
NSURL * vectorTileCacheDownloadFileURL
Definition: AGSExportVectorTilesJob.h:74
NSURL * itemResourceCacheDownloadDirectory
Definition: AGSExportVectorTilesJob.h:59
Parameters for the operations on AGSExportVectorTilesTask.
Definition: AGSExportVectorTilesParameters.h:69
Result of the job to export vector tiles.
Definition: AGSExportVectorTilesResult.h:40
A long running job on a remote server.
Definition: AGSJob.h:75
AGSJobStatus status
Definition: AGSJob.h:112
NSError * error
Definition: AGSJob.h:88