LocationExtensions.OpenMapsAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OpenMapsAsync(Location) |
Open maps to this location. |
OpenMapsAsync(Location, MapLaunchOptions) |
Open maps to this location. |
OpenMapsAsync(Location)
Open maps to this location.
public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Location location);
Parameters
- location
- Location
Location to open to.
Returns
System.Threading.Tasks.Task
Task to wait.
Applies to
OpenMapsAsync(Location, MapLaunchOptions)
Open maps to this location.
public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Location location, Xamarin.Essentials.MapLaunchOptions options);
Parameters
- location
- Location
Location to open to.
- options
- MapLaunchOptions
Options to use.
Returns
System.Threading.Tasks.Task
Task to wait.