mapViewRegionWillChangeAnimated method

  1. @mustCallSuper
Future<void> mapViewRegionWillChangeAnimated (MAMapView mapView, bool animated)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewRegionWillChangeAnimated(MAMapView mapView, bool animated) {
  kNativeObjectPool.add(mapView);
  debugPrint('mapViewRegionWillChangeAnimated::kNativeObjectPool: $kNativeObjectPool');
}