StoreDirectory class

Represents a store of tiles

The tile store itself is a database containing a descriptor, tiles and metadata.

The name originates from previous versions of this library, where it represented a real directory instead of a database.

Reach through FlutterMapTileCaching.call.

Properties

download DownloadManagement
Get tools to manage bulk downloading to this store
no setter
export StoreExport
Provides export functionality for this store
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([FMTCTileProviderSettings? settings, Map<String, String>? headers, HttpClient? httpClient]) FMTCTileProvider
Get the TileProvider suitable to connect the TileLayer to FMTC's internals
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.
override