getTileBitmapSync method

  1. @override
TileBitmap? getTileBitmapSync(
  1. Tile tile
)
override

Returns the requested bitmap for the given Tile

Implementation

@override
TileBitmap? getTileBitmapSync(Tile tile) {
  return null;
}