Class ExportVectorTilesResult
The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob.
Inheritance
System.Object
    ExportVectorTilesResult
  
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Esri.ArcGISRuntime.Tasks.Offline
Assembly: Esri.ArcGISRuntime.dll
Syntax
public sealed class ExportVectorTilesResultRemarks
The ExportVectorTilesJob can download a vector tile package and its default style resources, download a vector tile package and its custom style resources, or just download the custom style resources associated with the task's vector tile service.
Properties
| Name | Description | 
|---|---|
| ItemResourceCache | Gets the item resource cache, which represents the vector tile cache's custom style resources. | 
| VectorTileCache | Gets the VectorTileCache resulting from a successful ExportVectorTilesJob. | 
See Also
Applies to
| Target | Versions | 
|---|---|
| .NET Standard 2.0 | 100.3 - 200.8 | 
| .NET | 100.13 - 200.8 | 
| .NET Windows | 100.13 - 200.8 | 
| .NET Android | 200.0 - 200.8 | 
| .NET iOS | 200.0 - 200.8 | 
| .NET Framework | 100.2.1 - 200.8 | 
| Xamarin.Android | 100.2.1 - 100.15 | 
| Xamarin.iOS | 100.2.1 - 100.15 | 
| UWP | 100.2.1 - 200.8 |