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