tileCover method

Future<List<CanonicalTileID?>> tileCover(
  1. TileCoverOptions options
)

Returns array of tile identifiers that cover current map camera.

Implementation

Future<List<CanonicalTileID?>> tileCover(TileCoverOptions options) =>
    _snapshotterMessenger.tileCover(options);