Abstract interface for managing tile store downloads.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
allTileRegions(
) → Future< List< TileRegion> > - Returns all existing tile regions.
-
estimateTileRegion(
String id, TileRegionLoadOptions loadOptions, TileRegionEstimateOptions? estimateOptions, OnTileRegionEstimateProgressListener? progressListener) → Future< TileRegionEstimateResult> - Estimates the storage and transfer size of a tile region.
-
loadTileRegion(
String id, TileRegionLoadOptions loadOptions, OnTileRegionLoadProgressListener? progressListener) → Future< TileRegion> - Loads or updates a tile region.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeRegion(
String id) → Future< TileRegion> - Removes a tile region.
-
setDiskQuota(
int? quota, {TileDataDomain? domain}) → Future< void> - Sets the maximum disk quota.
-
setMapboxAPIUrl(
Uri? url, {TileDataDomain? domain}) → Future< void> - Sets the Mapbox API base URL.
-
setOptionForKey(
String key, {TileDataDomain? domain, Object? value}) → Future< void> -
setTileUrlTemplate(
String? template, {TileDataDomain? domain}) → Future< void> - Sets a tile URL template.
-
tileRegion(
String id) → Future< TileRegion> - Returns a tile region by its id.
-
tileRegionContainsDescriptor(
String id, List< TilesetDescriptorOptions> options) → Future<bool> - Returns whether a tile region contains all tilesets from the given descriptors.
-
tileRegionMetadata(
String id) → Future< Map< String, Object> > - Returns the metadata associated with a tile region.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited