FMTCStore class
Provides access to management, statistics, metadata, bulk download, the tile provider (and the export functionality) on the store named storeName
Important
Constructing an instance of this class will not automatically create it. To create this store, use manage > StoreManagement.create.
- Annotations
Constructors
- FMTCStore.new(String storeName)
-
Provides access to management, statistics, metadata, bulk download,
the tile provider (and the export functionality) on the store named
storeName
const
Properties
- download → StoreDownload
-
Provides bulk downloading functionality
no setter
- hashCode → int
-
The hash code for this object.
no setteroverride
- manage → StoreManagement
-
Manage this store's representation on the filesystem
no setter
- metadata → StoreMetadata
-
Manage custom miscellaneous information tied to this store
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stats → StoreStats
-
Get statistics about this store
no setter
- storeName → String
-
The user-friendly name of the store directory
final
Methods
-
getTileProvider(
{BrowseStoreStrategy storeStrategy = BrowseStoreStrategy.readUpdateCreate, BrowseStoreStrategy? otherStoresStrategy, BrowseLoadingStrategy loadingStrategy = BrowseLoadingStrategy.cacheFirst, bool useOtherStoresAsFallbackOnly = false, bool recordHitsAndMisses = true, Duration cachedValidDuration = Duration.zero, UrlTransformer? urlTransformer, BrowsingExceptionHandler? errorHandler, ValueNotifier< TileLoadingInterceptorMap> ? tileLoadingInterceptor, Map<String, String> ? headers, Client? httpClient}) → FMTCTileProvider - Generate an FMTCTileProvider that only specifies this store
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override