limitArea method

Future<void> limitArea(
  1. BoundingBox box
)
inherited

Implementation

Future<void> limitArea(BoundingBox box) async {
  await interop.limitArea(mapIdMixin, box.toBoundsJS());
}