Share via


MMapViewUserTrackingEventArgs(MKUserTrackingMode, Boolean) Constructor

Definition

Create a new instance of the MMapViewUserTrackingEventArgs with the specified event data.

public MMapViewUserTrackingEventArgs(MapKit.MKUserTrackingMode mode, bool animated);
new MapKit.MMapViewUserTrackingEventArgs : MapKit.MKUserTrackingMode * bool -> MapKit.MMapViewUserTrackingEventArgs

Parameters

mode
MKUserTrackingMode

The value for the Mode property.

animated
Boolean

The value for the Animated property.

Applies to