removeRegion method

Future<TileRegion> removeRegion(
  1. String id
)

On successful tile region removal, this will complete with the removed tile region. Otherwise, this will complete with an error. id: The tile region id.

Implementation

Future<TileRegion> removeRegion(String id) => _impl.removeRegion(id);