CLLocationUpdatedEventArgs Class

Definition

Provides data for the UpdatedLocation event.

public class CLLocationUpdatedEventArgs : EventArgs
type CLLocationUpdatedEventArgs = class
    inherit EventArgs
Inheritance
CLLocationUpdatedEventArgs

Constructors

CLLocationUpdatedEventArgs(CLLocation, CLLocation)

Initializes a new instance of the CLLocationUpdatedEventArgs class.

Properties

NewLocation

The new location.

OldLocation

The previous location.

Applies to

See also