mapViewDidLongPressedAtCoordinate method

  1. @mustCallSuper
Future<void> mapViewDidLongPressedAtCoordinate (MAMapView mapView, CLLocationCoordinate2D coordinate)
@mustCallSuper, inherited

Implementation

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