ExportVectorTilesResult class final

The export vector tiles result contains the vector tile cache and/or the custom style resources returned by a successful ExportVectorTilesJob.

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.

Implemented types

Properties

hashCode int
The hash code for this object.
no setterinherited
itemResourceCache ItemResourceCache?
The item resource cache represents the vector tile cache's custom style resources.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vectorTileCache VectorTileCache?
The vector tile cache returned by a successful ExportVectorTilesJob.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited