MKMapViewDelegate_Extensions.DidUpdateUserLocation 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.
public static void DidUpdateUserLocation (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.MKUserLocation userLocation);
static member DidUpdateUserLocation : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.MKUserLocation -> unit
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- userLocation
- MKUserLocation