getImage abstract method

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

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

Implementation

ImageProvider getImage(TileCoordinates coordinates, TileLayer options);