PlacemarkExtensions.OpenMapsAsync Method

Definition

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

Applies to