StoreDirectory class Null safety

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
read-only
export StoreExport
Provides export functionality for this store
read-only
hashCode int
The hash code for this object.
read-onlyoverride
manage StoreManagement
Manage this store's representation on the filesystem
read-only
metadata StoreMetadata
Manage custom miscellaneous information tied to this store
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
stats StoreStats
Get statistics about this store
read-only
storeName String
The user-friendly name of the store directory
final

Methods

getTileProvider([FMTCTileProviderSettings? settings]) FMTCTileProvider
Get 'flutter_map_tile_caching's custom TileProvider for use in a TileLayer, specific to this store
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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