CLLocationUpdatedEventArgs(CLLocation, CLLocation) Constructor

Definition

Initializes a new instance of the CLLocationUpdatedEventArgs class.

public CLLocationUpdatedEventArgs (CoreLocation.CLLocation newLocation, CoreLocation.CLLocation oldLocation);
new CoreLocation.CLLocationUpdatedEventArgs : CoreLocation.CLLocation * CoreLocation.CLLocation -> CoreLocation.CLLocationUpdatedEventArgs

Parameters

newLocation
CLLocation
oldLocation
CLLocation

Applies to