tileCover method

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

Returns tile identifiers covering the current snapshotter camera.

Implementation

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