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.

Constructors

FMTCStore(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({FMTCTileProviderSettings? settings, Map<String, String>? headers, Client? httpClient}) FMTCTileProvider
Generate a TileProvider that connects to FMTC internals
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