mapViewDidDeselectAnnotationView method

  1. @mustCallSuper
Future<void> mapViewDidDeselectAnnotationView (MAMapView mapView, MAAnnotationView view)
@mustCallSuper, inherited

Implementation

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