GeolocationRequest Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
GeolocationRequest() |
Inicjuje GeolocationRequest nowe wystąpienie klasy z opcjami domyślnymi. |
GeolocationRequest(GeolocationAccuracy) |
Inicjuje nowe wystąpienie GeolocationRequest klasy z określoną dokładnością. |
GeolocationRequest(GeolocationAccuracy, TimeSpan) |
Inicjuje GeolocationRequest nowe wystąpienie klasy z określoną dokładnością i limitem czasu. |
GeolocationRequest()
- Źródło:
- GeolocationRequest.shared.cs
- Źródło:
- GeolocationRequest.shared.cs
Inicjuje GeolocationRequest nowe wystąpienie klasy z opcjami domyślnymi.
public:
GeolocationRequest();
public GeolocationRequest ();
Public Sub New ()
Dotyczy
GeolocationRequest(GeolocationAccuracy)
- Źródło:
- GeolocationRequest.shared.cs
- Źródło:
- GeolocationRequest.shared.cs
Inicjuje nowe wystąpienie GeolocationRequest klasy z określoną dokładnością.
public:
GeolocationRequest(Microsoft::Maui::Devices::Sensors::GeolocationAccuracy accuracy);
public GeolocationRequest (Microsoft.Maui.Devices.Sensors.GeolocationAccuracy accuracy);
new Microsoft.Maui.Devices.Sensors.GeolocationRequest : Microsoft.Maui.Devices.Sensors.GeolocationAccuracy -> Microsoft.Maui.Devices.Sensors.GeolocationRequest
Public Sub New (accuracy As GeolocationAccuracy)
Parametry
- accuracy
- GeolocationAccuracy
Żądana dokładność określania lokalizacji.
Dotyczy
GeolocationRequest(GeolocationAccuracy, TimeSpan)
- Źródło:
- GeolocationRequest.shared.cs
- Źródło:
- GeolocationRequest.shared.cs
Inicjuje GeolocationRequest nowe wystąpienie klasy z określoną dokładnością i limitem czasu.
public:
GeolocationRequest(Microsoft::Maui::Devices::Sensors::GeolocationAccuracy accuracy, TimeSpan timeout);
public GeolocationRequest (Microsoft.Maui.Devices.Sensors.GeolocationAccuracy accuracy, TimeSpan timeout);
new Microsoft.Maui.Devices.Sensors.GeolocationRequest : Microsoft.Maui.Devices.Sensors.GeolocationAccuracy * TimeSpan -> Microsoft.Maui.Devices.Sensors.GeolocationRequest
Public Sub New (accuracy As GeolocationAccuracy, timeout As TimeSpan)
Parametry
- accuracy
- GeolocationAccuracy
Żądana dokładność określania lokalizacji.
- timeout
- TimeSpan
Wartość limitu czasu, po której określenie lokalizacji zostanie anulowane.