Compartilhar via


GeolocationLocationChangedEventArgs(Location) Construtor

Definição

Construtor público que usa uma leitura para argumentos de evento.

public:
 GeolocationLocationChangedEventArgs(Microsoft::Maui::Devices::Sensors::Location ^ location);
public GeolocationLocationChangedEventArgs (Microsoft.Maui.Devices.Sensors.Location location);
new Microsoft.Maui.Devices.Sensors.GeolocationLocationChangedEventArgs : Microsoft.Maui.Devices.Sensors.Location -> Microsoft.Maui.Devices.Sensors.GeolocationLocationChangedEventArgs
Public Sub New (location As Location)

Parâmetros

location
Location

A leitura de dados de localização.

Exceções

Lançada quando location é null.

Aplica-se a