MapExtensions Class

Definition

Static class with extension methods for the IMap APIs.

public ref class MapExtensions abstract sealed
public static class MapExtensions
type MapExtensions = class
Public Module MapExtensions
Inheritance
MapExtensions

Methods

OpenAsync(IMap, Double, Double)

Open the installed application to a specific location.

OpenAsync(IMap, Location)

Open the installed application to a specific location.

OpenAsync(IMap, Location, MapLaunchOptions)

Open the installed application to a specific location with launch options.

OpenAsync(IMap, Placemark)

Open the installed application to a specific placemark.

TryOpenAsync(IMap, Double, Double)

First checks if the installed map application can be opened, then opens the installed application to a specific location with launch options.

TryOpenAsync(IMap, Location)

First checks if the installed map application can be opened, then opens the installed application to a specific location with launch options.

TryOpenAsync(IMap, Location, MapLaunchOptions)

First checks if the installed map application can be opened, then open the installed application to a specific location with launch options.

TryOpenAsync(IMap, Placemark)

First checks if the installed map application can be opened, then opens the installed application to a specific placemark with launch options.

Applies to