UserLocationChangedEventArgs(Location) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.