Share via


IMKMapViewDelegate.DidUpdateUserLocation(MKMapView, MKUserLocation) Method

Definition

Indicates the system has provided an update to the user's location.

[Foundation.Export("mapView:didUpdateUserLocation:")]
[Foundation.OptionalMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void DidUpdateUserLocation(MapKit.MKMapView mapView, MapKit.MKUserLocation userLocation);
[<Foundation.Export("mapView:didUpdateUserLocation:")>]
[<Foundation.OptionalMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member DidUpdateUserLocation : MapKit.MKMapView * MapKit.MKUserLocation -> unit
override this.DidUpdateUserLocation : MapKit.MKMapView * MapKit.MKUserLocation -> unit

Parameters

mapView
MKMapView
userLocation
MKUserLocation
Attributes

Applies to