ArcGIS Runtime SDK for iOS
100.15
|
Result of the job to export vector tiles.
Instances of this class represent the result of AGSExportVectorTilesJob
used to export vector tiles.
Properties | |
AGSItemResourceCache * | itemResourceCache |
AGSVectorTileCache * | vectorTileCache |
|
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.
|
readnonatomicstrong |
The cache containing the vector tiles exported from the service. You can use AGSArcGISVectorTiledLayer
to display the tiles in a map or scene.