mapViewViewForAnnotation method

  1. @mustCallSuper
Future<MAAnnotationView> mapViewViewForAnnotation (MAMapView mapView, MAAnnotation annotation)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<MAAnnotationView> mapViewViewForAnnotation(MAMapView mapView, MAAnnotation annotation) {
  kNativeObjectPool.add(mapView);
  kNativeObjectPool.add(annotation);
  debugPrint('mapViewViewForAnnotation::kNativeObjectPool: $kNativeObjectPool');
}