GeolocationLocationChangedEventArgs(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.
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
.