flutter_map_tile_caching library

Main import point for 'flutter_map_tile_caching'

Checkout the README for more documentation.

Exports all objects that you should need in normal use, including from dependencies.

If you require access to full API, import package:flutter_map_tile_caching/fmtc_advanced.dart instead.

Classes

AndroidNotificationDetails
Contains notification details specific to Android.
AndroidResource
BaseRegion
A region that can be downloaded, drawn on a map, or converted to a list of points, that forms a particular shape
ChangeType
Enum for what kind of change has happened to a file.
CircleRegion
A circular region with a center point and a radius
Directory
A reference to a directory (or folder) on the file system.
DownloadableRegion
A downloadable region to be passed to bulk download functions
DownloadProgress
Represents the progress of an ongoing or finished (if percentageProgress is 100%) bulk download
File
A reference to a file on the file system.
FilesystemSanitiserResult
Object to return from any filesystem sanitiser defined in FMTCSettings.filesystemSanitiser
FlutterMapTileCaching
Main singleton access point for 'flutter_map_tile_caching'
FMTCBackgroundDownload
A widget that enables correct functioning of the background download process/service
FMTCSettings
Global 'flutter_map_tile_caching' settings
FMTCTileProviderSettings
Settings for an FMTCTileProvider
LineRegion
A region with the border as the locus of a line at it's center
RecoveredRegion
A mixture between BaseRegion and DownloadableRegion containing all the salvaged data from a recovered download
RectangleRegion
A rectangular region with two or more corners
RootDirectory
Access point to a root
StoreDirectory
Access point to a store

Enums

CacheBehavior
Multiple behaviors dictating how browse caching should be carried out
RegionType
Describes what shape, and therefore rules, a DownloadableRegion conforms to
RootParts
Parts of the root cache which can be watched
StoreParts
Parts of a store which can be watched

Typedefs

FMTC = FlutterMapTileCaching
Direct alias of FlutterMapTileCaching for easier development