MKMapViewDelegate.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.
[Foundation.Export("mapView:didChangeUserTrackingMode:animated:")]
public virtual void DidChangeUserTrackingMode (MapKit.MKMapView mapView, MapKit.MKUserTrackingMode mode, bool animated);
abstract member DidChangeUserTrackingMode : MapKit.MKMapView * MapKit.MKUserTrackingMode * bool -> unit
override this.DidChangeUserTrackingMode : MapKit.MKMapView * MapKit.MKUserTrackingMode * bool -> unit
Parameters
- mapView
- MKMapView
- mode
- MKUserTrackingMode
- animated
- Boolean
- Attributes