PlacemarkExtensions.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(Placemark) |
Open the map to the placemark. |
OpenMapsAsync(Placemark, MapLaunchOptions) |
Open the map to the placemark with options. |
OpenMapsAsync(Placemark)
Open the map to the placemark.
public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Placemark placemark);
Parameters
- placemark
- Placemark
The placemark to open the map to.
Returns
System.Threading.Tasks.Task
Applies to
OpenMapsAsync(Placemark, MapLaunchOptions)
Open the map to the placemark with options.
public static System.Threading.Tasks.Task OpenMapsAsync (this Xamarin.Essentials.Placemark placemark, Xamarin.Essentials.MapLaunchOptions options);
Parameters
- placemark
- Placemark
A placemark to open the map to.
- options
- MapLaunchOptions
Options for opening the map.
Returns
System.Threading.Tasks.Task