MKMapViewDelegate_Extensions.DidFailToLocateUser 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 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