getBounds method

Stream<BoundingBox> getBounds(
  1. int mapId
)

Implementation

Stream<BoundingBox> getBounds(int mapId) {
  throw UnimplementedError('getBounds() has not been implemented.');
}