Share via


MKMapViewDelegate.WillStartLocatingUser(MKMapView) Method

Definition

Indicates that the system will start attempting to locate the user.

[Foundation.Export("mapViewWillStartLocatingUser:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void WillStartLocatingUser(MapKit.MKMapView mapView);
[<Foundation.Export("mapViewWillStartLocatingUser:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member WillStartLocatingUser : MapKit.MKMapView -> unit
override this.WillStartLocatingUser : MapKit.MKMapView -> unit

Parameters

mapView
MKMapView

Implements

Attributes

Applies to