LocationExtensions.OpenMapsAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
OpenMapsAsync(Location) |
Aprire il mapping a questa posizione. |
OpenMapsAsync(Location, MapLaunchOptions) |
Aprire il mapping a questa posizione. |
OpenMapsAsync(Location)
Aprire il mapping a questa posizione.
public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Location location);
Parametri
- location
- Location
Posizione in cui aprire.
Restituisce
System.Threading.Tasks.Task
Attività da attendere.
Si applica a
OpenMapsAsync(Location, MapLaunchOptions)
Aprire il mapping a questa posizione.
public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Location location, Xamarin.Essentials.MapLaunchOptions options);
Parametri
- location
- Location
Posizione in cui aprire.
- options
- MapLaunchOptions
Opzioni da usare.
Restituisce
System.Threading.Tasks.Task
Attività da attendere.