MKMapViewDelegate.DidUpdateUserLocation(MKMapView, MKUserLocation) 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 the system has provided an update to the user's location.
[Foundation.Export("mapView:didUpdateUserLocation:")]
public virtual void DidUpdateUserLocation (MapKit.MKMapView mapView, MapKit.MKUserLocation userLocation);
abstract member DidUpdateUserLocation : MapKit.MKMapView * MapKit.MKUserLocation -> unit
override this.DidUpdateUserLocation : MapKit.MKMapView * MapKit.MKUserLocation -> unit
Parameters
- mapView
- MKMapView
- userLocation
- MKUserLocation
- Attributes