FileTileProvider constructor

FileTileProvider()

Fetch tiles from the local filesystem (not asset store), where the tile URL is a path within the filesystem.

Stub for IO specific implementations.

This web platform does not support reading from the local filesystem, and therefore throws an UnsupportedError when getImage is invoked.

Implementation

FileTileProvider();