tileCover method
- TileCoverOptions options
Returns tile identifiers covering the current snapshotter camera.
Implementation
Future<List<CanonicalTileID?>> tileCover(TileCoverOptions options) =>
_impl.tileCover(options);
Returns tile identifiers covering the current snapshotter camera.
Future<List<CanonicalTileID?>> tileCover(TileCoverOptions options) =>
_impl.tileCover(options);