UserLocationChangedEventArgs(Location) Constructor

Definition

Initializes a new instance of the UserLocationChangedEventArgs class.

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

Parameters

location
Location

The user's updated location.

Applies to