GeolocationExtensions.GetLocationAsync メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetLocationAsync(IGeolocation) |
デバイスの現在の場所を返します。 |
GetLocationAsync(IGeolocation, GeolocationRequest) |
デバイスの現在の場所を返します。 |
GetLocationAsync(IGeolocation)
デバイスの現在の場所を返します。
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task<Microsoft::Maui::Devices::Sensors::Location ^> ^ GetLocationAsync(Microsoft::Maui::Devices::Sensors::IGeolocation ^ geolocation);
public static System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location?> GetLocationAsync (this Microsoft.Maui.Devices.Sensors.IGeolocation geolocation);
static member GetLocationAsync : Microsoft.Maui.Devices.Sensors.IGeolocation -> System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location>
<Extension()>
Public Function GetLocationAsync (geolocation As IGeolocation) As Task(Of Location)
パラメーター
- geolocation
- IGeolocation
このメソッドが呼び出されるオブジェクト。
戻り値
現在の Location 位置情報を含むオブジェクト、または null
場所を特定できない場合は 。
注釈
場所のアクセス許可は、必要に応じて実行時に要求されます。 アプリ マニフェストで何かを宣言する必要がある場合があります。
適用対象
GetLocationAsync(IGeolocation, GeolocationRequest)
デバイスの現在の場所を返します。
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task<Microsoft::Maui::Devices::Sensors::Location ^> ^ GetLocationAsync(Microsoft::Maui::Devices::Sensors::IGeolocation ^ geolocation, Microsoft::Maui::Devices::Sensors::GeolocationRequest ^ request);
public static System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location?> GetLocationAsync (this Microsoft.Maui.Devices.Sensors.IGeolocation geolocation, Microsoft.Maui.Devices.Sensors.GeolocationRequest request);
static member GetLocationAsync : Microsoft.Maui.Devices.Sensors.IGeolocation * Microsoft.Maui.Devices.Sensors.GeolocationRequest -> System.Threading.Tasks.Task<Microsoft.Maui.Devices.Sensors.Location>
<Extension()>
Public Function GetLocationAsync (geolocation As IGeolocation, request As GeolocationRequest) As Task(Of Location)
パラメーター
- geolocation
- IGeolocation
このメソッドが呼び出されるオブジェクト。
- request
- GeolocationRequest
デバイスの場所を決定するときに使用する条件。
戻り値
現在の Location 位置情報を含むオブジェクト、または null
場所を特定できない場合は 。
注釈
場所のアクセス許可は、必要に応じて実行時に要求されます。 アプリ マニフェストで何かを宣言する必要がある場合があります。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI