Compartilhar via


CLLocationUpdatedEventArgs Classe

Definição

Fornece dados para o evento de UpdatedLocation .

public class CLLocationUpdatedEventArgs : EventArgs
type CLLocationUpdatedEventArgs = class
    inherit EventArgs
Herança
CLLocationUpdatedEventArgs

Construtores

CLLocationUpdatedEventArgs(CLLocation, CLLocation)

Inicializa uma nova instância da classe CLLocationUpdatedEventArgs.

Propriedades

NewLocation

O novo local.

OldLocation

O local anterior.

Aplica-se a

Confira também