MapExtensions.OpenAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
OpenAsync(IMap, Location) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort. |
OpenAsync(IMap, Placemark) |
Öffnen Sie die installierte Anwendung auf ein bestimmtes Ortszeichen. |
OpenAsync(IMap, Location, MapLaunchOptions) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen. |
OpenAsync(IMap, Double, Double) |
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort. |
OpenAsync(IMap, Location)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort.
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::ApplicationModel::IMap ^ map, Microsoft::Maui::Devices::Sensors::Location ^ location);
public static System.Threading.Tasks.Task OpenAsync (this Microsoft.Maui.ApplicationModel.IMap map, Microsoft.Maui.Devices.Sensors.Location location);
static member OpenAsync : Microsoft.Maui.ApplicationModel.IMap * Microsoft.Maui.Devices.Sensors.Location -> System.Threading.Tasks.Task
<Extension()>
Public Function OpenAsync (map As IMap, location As Location) As Task
Parameter
- map
- IMap
Das Objekt, für das diese Methode aufgerufen wird.
- location
- Location
Speicherort, der in der Kartenanwendung geöffnet werden soll.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(IMap, Placemark)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung auf ein bestimmtes Ortszeichen.
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::ApplicationModel::IMap ^ map, Microsoft::Maui::Devices::Sensors::Placemark ^ placemark);
public static System.Threading.Tasks.Task OpenAsync (this Microsoft.Maui.ApplicationModel.IMap map, Microsoft.Maui.Devices.Sensors.Placemark placemark);
static member OpenAsync : Microsoft.Maui.ApplicationModel.IMap * Microsoft.Maui.Devices.Sensors.Placemark -> System.Threading.Tasks.Task
<Extension()>
Public Function OpenAsync (map As IMap, placemark As Placemark) As Task
Parameter
- map
- IMap
Das Objekt, für das diese Methode aufgerufen wird.
- placemark
- Placemark
Platzzeichen, das in der Kartenanwendung geöffnet werden soll.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Gilt für:
OpenAsync(IMap, Location, MapLaunchOptions)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort mit Startoptionen.
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::ApplicationModel::IMap ^ map, Microsoft::Maui::Devices::Sensors::Location ^ location, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task OpenAsync (this Microsoft.Maui.ApplicationModel.IMap map, Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member OpenAsync : Microsoft.Maui.ApplicationModel.IMap * Microsoft.Maui.Devices.Sensors.Location * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task
<Extension()>
Public Function OpenAsync (map As IMap, location As Location, options As MapLaunchOptions) As Task
Parameter
- map
- IMap
Das Objekt, für das diese Methode aufgerufen wird.
- location
- Location
Speicherort, der in der Kartenanwendung geöffnet werden soll.
- options
- MapLaunchOptions
Startoptionen, die verwendet werden sollen.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.
Ausnahmen
Wird ausgelöst, wenn entweder location
oder options
ist null
.
Gilt für:
OpenAsync(IMap, Double, Double)
- Quelle:
- Map.shared.cs
- Quelle:
- Map.shared.cs
Öffnen Sie die installierte Anwendung an einem bestimmten Speicherort.
public:
[System::Runtime::CompilerServices::Extension]
static System::Threading::Tasks::Task ^ OpenAsync(Microsoft::Maui::ApplicationModel::IMap ^ map, double latitude, double longitude);
public static System.Threading.Tasks.Task OpenAsync (this Microsoft.Maui.ApplicationModel.IMap map, double latitude, double longitude);
static member OpenAsync : Microsoft.Maui.ApplicationModel.IMap * double * double -> System.Threading.Tasks.Task
<Extension()>
Public Function OpenAsync (map As IMap, latitude As Double, longitude As Double) As Task
Parameter
- map
- IMap
Das Objekt, für das diese Methode aufgerufen wird.
- latitude
- Double
Breitengrad des Ziels.
- longitude
- Double
Zielgrad.
Gibt zurück
Ein Task Objekt mit dem aktuellen Status des asynchronen Vorgangs.