GeolocationLocationChangedEventArgs(Location) 构造函数

定义

接受事件参数读取的公共构造函数。

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)

参数

___location
Location

位置数据读取。

例外

___locationnull 时,将引发此异常。

适用于