Map.TryOpenAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
TryOpenAsync(Location) |
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다. |
TryOpenAsync(Placemark) |
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 설치된 애플리케이션을 시작 옵션이 있는 특정 자리 표시로 엽니다. |
TryOpenAsync(Location, MapLaunchOptions) |
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다. |
TryOpenAsync(Placemark, MapLaunchOptions) |
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 설치된 애플리케이션을 시작 옵션이 있는 특정 자리 표시로 엽니다. |
TryOpenAsync(Double, Double) |
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다. |
TryOpenAsync(Double, Double, MapLaunchOptions) |
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다. |
TryOpenAsync(Location)
- Source:
- Map.shared.cs
- Source:
- Map.shared.cs
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다.
public:
static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(Microsoft::Maui::Devices::Sensors::Location ^ location);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (Microsoft.Maui.Devices.Sensors.Location location);
static member TryOpenAsync : Microsoft.Maui.Devices.Sensors.Location -> System.Threading.Tasks.Task<bool>
Public Shared Function TryOpenAsync (location As Location) As Task(Of Boolean)
매개 변수
- location
- Location
지도 애플리케이션에서 열 위치입니다.
반환
true
맵 애플리케이션이 열리면 이고, 그렇지 않으면 false
.
적용 대상
TryOpenAsync(Placemark)
- Source:
- Map.shared.cs
- Source:
- Map.shared.cs
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 설치된 애플리케이션을 시작 옵션이 있는 특정 자리 표시로 엽니다.
public:
static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(Microsoft::Maui::Devices::Sensors::Placemark ^ placemark);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (Microsoft.Maui.Devices.Sensors.Placemark placemark);
static member TryOpenAsync : Microsoft.Maui.Devices.Sensors.Placemark -> System.Threading.Tasks.Task<bool>
Public Shared Function TryOpenAsync (placemark As Placemark) As Task(Of Boolean)
매개 변수
- placemark
- Placemark
지도 애플리케이션에서 열 자리 표시입니다.
반환
true
맵 애플리케이션이 열리면 이고, 그렇지 않으면 false
.
적용 대상
TryOpenAsync(Location, MapLaunchOptions)
- Source:
- Map.shared.cs
- Source:
- Map.shared.cs
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다.
public:
static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(Microsoft::Maui::Devices::Sensors::Location ^ location, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (Microsoft.Maui.Devices.Sensors.Location location, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member TryOpenAsync : Microsoft.Maui.Devices.Sensors.Location * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task<bool>
Public Shared Function TryOpenAsync (location As Location, options As MapLaunchOptions) As Task(Of Boolean)
매개 변수
- location
- Location
지도 애플리케이션에서 열 위치입니다.
- options
- MapLaunchOptions
사용할 시작 옵션입니다.
반환
true
맵 애플리케이션이 열리면 이고, 그렇지 않으면 false
.
적용 대상
TryOpenAsync(Placemark, MapLaunchOptions)
- Source:
- Map.shared.cs
- Source:
- Map.shared.cs
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 설치된 애플리케이션을 시작 옵션이 있는 특정 자리 표시로 엽니다.
public:
static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(Microsoft::Maui::Devices::Sensors::Placemark ^ placemark, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (Microsoft.Maui.Devices.Sensors.Placemark placemark, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member TryOpenAsync : Microsoft.Maui.Devices.Sensors.Placemark * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task<bool>
Public Shared Function TryOpenAsync (placemark As Placemark, options As MapLaunchOptions) As Task(Of Boolean)
매개 변수
- placemark
- Placemark
지도 애플리케이션에서 열 자리 표시입니다.
- options
- MapLaunchOptions
사용할 시작 옵션입니다.
반환
true
맵 애플리케이션이 열리면 이고, 그렇지 않으면 false
.
적용 대상
TryOpenAsync(Double, Double)
- Source:
- Map.shared.cs
- Source:
- Map.shared.cs
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다.
public:
static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(double latitude, double longitude);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (double latitude, double longitude);
static member TryOpenAsync : double * double -> System.Threading.Tasks.Task<bool>
Public Shared Function TryOpenAsync (latitude As Double, longitude As Double) As Task(Of Boolean)
매개 변수
- latitude
- Double
대상 위도입니다.
- longitude
- Double
대상 경도입니다.
반환
true
맵 애플리케이션이 열리면 이고, 그렇지 않으면 false
.
적용 대상
TryOpenAsync(Double, Double, MapLaunchOptions)
- Source:
- Map.shared.cs
- Source:
- Map.shared.cs
먼저 설치된 맵 애플리케이션을 열 수 있는지 확인한 다음, 실행 옵션을 사용하여 설치된 애플리케이션을 특정 위치로 엽니다.
public:
static System::Threading::Tasks::Task<bool> ^ TryOpenAsync(double latitude, double longitude, Microsoft::Maui::ApplicationModel::MapLaunchOptions ^ options);
public static System.Threading.Tasks.Task<bool> TryOpenAsync (double latitude, double longitude, Microsoft.Maui.ApplicationModel.MapLaunchOptions options);
static member TryOpenAsync : double * double * Microsoft.Maui.ApplicationModel.MapLaunchOptions -> System.Threading.Tasks.Task<bool>
Public Shared Function TryOpenAsync (latitude As Double, longitude As Double, options As MapLaunchOptions) As Task(Of Boolean)
매개 변수
- latitude
- Double
열 위도입니다.
- longitude
- Double
열 경도입니다.
- options
- MapLaunchOptions
사용할 시작 옵션입니다.
반환
true
맵 애플리케이션이 열리면 이고, 그렇지 않으면 false
.
적용 대상
.NET MAUI