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