ArcGIS Runtime SDK for iOS: AGSExportVectorTilesResult Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSExportVectorTilesResult Class Reference

Description

Result of the job to export vector tiles.

Instances of this class represent the result of AGSExportVectorTilesJob used to export vector tiles.

Since
100.2
Inheritance diagram for AGSExportVectorTilesResult:
AGSObject

Properties

AGSItemResourceCacheitemResourceCache
 
AGSVectorTileCachevectorTileCache
 

Property Documentation

◆ itemResourceCache

- (AGSItemResourceCache*) itemResourceCache
readnonatomicstrong

The item resource cache containing custom style resources for the vector tiles. You can use reuse these style resources with mutliple vector tiled layers.

See also
- initWithVectorTileCache:itemResourceCache: (AGSArcGISVectorTiledLayer)
Since
100.2

◆ vectorTileCache

- (AGSVectorTileCache*) vectorTileCache
readnonatomicstrong

The cache containing the vector tiles exported from the service. You can use AGSArcGISVectorTiledLayer to display the tiles in a map or scene.

See also
- initWithVectorTileCache: (AGSArcGISVectorTiledLayer)
Since
100.2