mapViewAnnotationViewdidChangeDragStatefromOldState method

  1. @mustCallSuper
Future<void> mapViewAnnotationViewdidChangeDragStatefromOldState (MAMapView mapView, MAAnnotationView view, MAAnnotationViewDragState newState, MAAnnotationViewDragState oldState)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewAnnotationViewdidChangeDragStatefromOldState(MAMapView mapView, MAAnnotationView view, MAAnnotationViewDragState newState, MAAnnotationViewDragState oldState) {
  kNativeObjectPool.add(mapView);
  kNativeObjectPool.add(view);
  debugPrint('mapViewAnnotationViewdidChangeDragStatefromOldState::kNativeObjectPool: $kNativeObjectPool');
}