Compartir a través de


CLLocationUpdatedEventArgs Clase

Definición

Proporciona datos para el evento UpdatedLocation.

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

Constructores

CLLocationUpdatedEventArgs(CLLocation, CLLocation)

Inicializa una nueva instancia de la clase CLLocationUpdatedEventArgs.

Propiedades

NewLocation

La nueva ubicación.

OldLocation

Ubicación anterior.

Se aplica a

Consulte también