mapViewDidFailToLocateUserWithError method
- @mustCallSuper
@mustCallSuper, inherited
Implementation
@mustCallSuper
Future<void> mapViewDidFailToLocateUserWithError(MAMapView mapView, NSError error) {
kNativeObjectPool.add(mapView);
kNativeObjectPool.add(error);
debugPrint('mapViewDidFailToLocateUserWithError::kNativeObjectPool: $kNativeObjectPool');
}