MKMapViewDelegate.LoadingMapFailed(MKMapView, NSError) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates an error
caused loading to fail.
[Foundation.Export("mapViewDidFailLoadingMap:withError:")]
public virtual void LoadingMapFailed (MapKit.MKMapView mapView, Foundation.NSError error);
abstract member LoadingMapFailed : MapKit.MKMapView * Foundation.NSError -> unit
override this.LoadingMapFailed : MapKit.MKMapView * Foundation.NSError -> unit
Parameters
- mapView
- MKMapView
- error
- NSError
- Attributes