mapViewDidUpdateUserLocationupdatingLocation method

  1. @mustCallSuper
Future<void> mapViewDidUpdateUserLocationupdatingLocation (MAMapView mapView, MAUserLocation userLocation, bool updatingLocation)
@mustCallSuper, inherited

Implementation

@mustCallSuper
Future<void> mapViewDidUpdateUserLocationupdatingLocation(MAMapView mapView, MAUserLocation userLocation, bool updatingLocation) {
  kNativeObjectPool.add(mapView);
  kNativeObjectPool.add(userLocation);
  debugPrint('mapViewDidUpdateUserLocationupdatingLocation::kNativeObjectPool: $kNativeObjectPool');
}