mapViewRegionChanged method

  1. @mustCallSuper
Future<void> mapViewRegionChanged (MAMapView mapView)
@mustCallSuper, inherited

Implementation

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