Share via


MKUserLocationEventArgs(MKUserLocation) Constructor

Definition

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

public MKUserLocationEventArgs(MapKit.MKUserLocation userLocation);
new MapKit.MKUserLocationEventArgs : MapKit.MKUserLocation -> MapKit.MKUserLocationEventArgs

Parameters

userLocation
MKUserLocation

The value for the UserLocation property.

Applies to