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
.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.