1 implementation of TryOpenAsync
Microsoft.Maui.Essentials (1)
Map\Map.ios.watchos.macos.cs (1)
20 public Task<bool> TryOpenAsync(double latitude, double longitude, MapLaunchOptions options)
3 references to TryOpenAsync
Microsoft.Maui.Essentials (3)
Map\Map.shared.cs (3)
146 Current.TryOpenAsync(latitude, longitude, options); 242 return map.TryOpenAsync(location.Latitude, location.Longitude, options); 273 map.TryOpenAsync(latitude, longitude, new MapLaunchOptions());