1 implementation of IMap
Microsoft.Maui.Essentials (1)
13 references to IMap
Microsoft.Maui.Essentials (13)
Map\Map.shared.cs (13)
167 static IMap Current => ApplicationModel.Map.Default;
169 static IMap? defaultImplementation;
174 public static IMap Default =>
177 internal static void SetDefault(IMap? implementation) =>
182 /// Static class with extension methods for the <see cref="IMap"/> APIs.
192 public static Task OpenAsync(this IMap map, Location location) =>
203 public static Task OpenAsync(this IMap map, Location location, MapLaunchOptions options)
222 public static Task<bool> TryOpenAsync(this IMap map, Location location) =>
234 public static Task<bool> TryOpenAsync(this IMap map, Location location, MapLaunchOptions options)
252 public static Task OpenAsync(this IMap map, double latitude, double longitude) =>
261 public static Task OpenAsync(this IMap map, Placemark placemark) =>
272 public static Task<bool> TryOpenAsync(this IMap map, double latitude, double longitude) =>
282 public static Task<bool> TryOpenAsync(this IMap map, Placemark placemark) =>