MKMapViewDelegate_Extensions.DidChangeUserTrackingMode 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 a change in the active MKUserTrackingMode.
public static void DidChangeUserTrackingMode (this MapKit.IMKMapViewDelegate This, MapKit.MKMapView mapView, MapKit.MKUserTrackingMode mode, bool animated);
static member DidChangeUserTrackingMode : MapKit.IMKMapViewDelegate * MapKit.MKMapView * MapKit.MKUserTrackingMode * bool -> unit
Parameters
- This
- IMKMapViewDelegate
The instance on which this extension method operates.
- mapView
- MKMapView
- mode
- MKUserTrackingMode
- animated
- Boolean