Condividi tramite


PlacemarkExtensions.OpenMapsAsync Metodo

Definizione

Overload

OpenMapsAsync(Placemark)

Aprire la mappa sul segnaposto.

OpenMapsAsync(Placemark, MapLaunchOptions)

Aprire la mappa al segnaposto con le opzioni.

OpenMapsAsync(Placemark)

Aprire la mappa sul segnaposto.

public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Placemark placemark);

Parametri

placemark
Placemark

Segnaposto in cui aprire la mappa.

Restituisce

System.Threading.Tasks.Task

Si applica a

OpenMapsAsync(Placemark, MapLaunchOptions)

Aprire la mappa al segnaposto con le opzioni.

public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Placemark placemark, Xamarin.Essentials.MapLaunchOptions options);

Parametri

placemark
Placemark

Segnaposto per aprire la mappa a.

options
MapLaunchOptions

Opzioni per aprire la mappa.

Restituisce

System.Threading.Tasks.Task

Si applica a