getImage method

  1. @override
ImageProvider<Object> getImage(
  1. TileCoordinates coordinates,
  2. TileLayer options
)
override

Retrieve a tile as an image, based on it's coordinates and the current TileLayerOptions

Implementation

@override
ImageProvider getImage(TileCoordinates coordinates, TileLayer options) =>
    throw UnsupportedError(
        'The current platform does not have access to IO (the local filesystem), and therefore does not support `FileTileProvider`');