Generate Offline Map Result
class GenerateOfflineMapResult
The result of a GenerateOfflineMapJob. Once the GenerateOfflineMapJob is complete, GenerateOfflineMapResult indicates if there are any errors related to the layers or tables within the map. If the job is successful, GenerateOfflineMapResult.offlineMap returns the offline map.
Since
200.1.0
Properties
Link copied to clipboard
A dictionary of layers to errors for any layers that could not be taken offline.
Link copied to clipboard
The mobile map package containing the offline map.
Link copied to clipboard
Offline map. The layers within the map will reference offline layers.
Link copied to clipboard
A dictionary of tables to errors for any tables that could not be taken offline.