zoomIn method

Future<void> zoomIn()
inherited

Implementation

Future<void> zoomIn() async {
  await interop.zoomIn(mapIdMixin.toJS).toDart;
}