getImage abstract method

ImageProvider<Object> getImage(
  1. Coords<num> coords,
  2. TileLayerOptions options
)

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

Implementation

ImageProvider getImage(Coords coords, TileLayerOptions options);