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