Share via


GeolocationLocationChangedEventArgs(Location) Constructor

Definition

Public constructor that takes in a reading for event arguments.

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)

Parameters

location
Location

The location data reading.

Exceptions

Thrown when location is null.

Applies to