Share via


CLLocationsUpdatedEventArgs(CLLocation[]) Constructor

Definition

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

public CLLocationsUpdatedEventArgs(CoreLocation.CLLocation[] locations);
new CoreLocation.CLLocationsUpdatedEventArgs : CoreLocation.CLLocation[] -> CoreLocation.CLLocationsUpdatedEventArgs

Parameters

locations
CLLocation[]

The value for the Locations property.

Applies to