Compartir a través de


GeolocationLocationChangedEventArgs(Location) Constructor

Definición

Constructor público que toma una lectura para los 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

Lectura de datos de ubicación.

Excepciones

Se produce cuando location es null.

Se aplica a