ItemResourceCache class final
Contains information about the offline resources typically associated with a custom style of an ArcGISVectorTiledLayer.
For example, an ArcGIS vector tile layer can have style resources, such as fonts and sprites.
- Implemented types
- Mixed in types
Constructors
- ItemResourceCache({required Uri fileUri})
-
Creates an instance of this object with a path to a directory containing
ItemResourceCache.
factory
Properties
- fileUri → Uri?
-
The path to the on-disk location containing the ItemResourceCache.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- item → LocalItem?
-
The LocalItem containing the ItemResourceCache's thumbnail and
metadata.
no setter
- loadError → ArcGISException?
-
The load error.
no setterinherited
- loadStatus → LoadStatus
-
The load status.
no setterinherited
-
onLoadStatusChanged
→ Stream<
LoadStatus> -
A stream that reports changes to the
LoadStatus
.no setterinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cancelLoad(
) → void -
Cancels loading metadata for the object.
inherited
-
load(
) → Future< void> -
Loads the metadata for the object asynchronously.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
retryLoad(
) → Future< void> -
Loads or retries loading metadata for the object asynchronously.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited