mapViewRegionDidChangeAnimated method

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

Implementation

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