MapExtensions Class
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.
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, MapLaunchOptions) |
Open the installed application to a specific location with launch options. |
OpenAsync(IMap, Location) |
Open the installed application to a specific location. |
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, 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, 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, Placemark) |
First checks if the installed map application can be opened, then opens the installed application to a specific placemark with launch options. |