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