MKMapViewDelegate_Extensions.DidFailToLocateUser Method

Definition

Indicates that the attempt to locate the current user has failed due to error.

public static void DidFailToLocateUser (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, Foundation.NSError error);
static member DidFailToLocateUser : MapKit.IMKMapViewDelegate * MapKit.MKMapView * Foundation.NSError -> unit

Parameters

This
IMKMapViewDelegate

The instance on which this extension method operates.

mapView
MKMapView
error
NSError

Applies to