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