MapRouteFinder.GetDrivingRouteAsync 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetDrivingRouteAsync(Geopoint, Geopoint) |
지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다. |
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteDrivingOptions) |
MapRouteDrivingOptions를 사용하여 지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다. |
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization) |
최적화를 사용하여 지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다. |
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions) |
지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다(최적화 및 제한 사용). |
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double) |
지정된 시작 및 끝 좌표(최적화, 제한 및 제목 사용)에 대한 주행 경로를 가져옵니다. |
GetDrivingRouteAsync(Geopoint, Geopoint)
지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다.
public:
static IAsyncOperation<MapRouteFinderResult ^> ^ GetDrivingRouteAsync(Geopoint ^ startPoint, Geopoint ^ endPoint);
/// [Windows.Foundation.Metadata.Overload("GetDrivingRouteAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint const& startPoint, Geopoint const& endPoint);
[Windows.Foundation.Metadata.Overload("GetDrivingRouteAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint);
function getDrivingRouteAsync(startPoint, endPoint)
Public Shared Function GetDrivingRouteAsync (startPoint As Geopoint, endPoint As Geopoint) As IAsyncOperation(Of MapRouteFinderResult)
매개 변수
- startPoint
- Geopoint
주행 경로의 시작점입니다.
- endPoint
- Geopoint
주행 경로의 끝점입니다.
반환
이 메서드가 성공적으로 완료되면 MapRouteFinderResult에 포함된 주행 경로를 반환합니다.
- 특성
추가 정보
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)
- 지도에 경로 및 길 찾기 표시
적용 대상
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteDrivingOptions)
MapRouteDrivingOptions를 사용하여 지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다.
public:
static IAsyncOperation<MapRouteFinderResult ^> ^ GetDrivingRouteAsync(Geopoint ^ startPoint, Geopoint ^ endPoint, MapRouteDrivingOptions ^ options);
/// [Windows.Foundation.Metadata.DefaultOverload]
/// [Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint const& startPoint, Geopoint const& endPoint, MapRouteDrivingOptions const& options);
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint, MapRouteDrivingOptions options);
function getDrivingRouteAsync(startPoint, endPoint, options)
Public Shared Function GetDrivingRouteAsync (startPoint As Geopoint, endPoint As Geopoint, options As MapRouteDrivingOptions) As IAsyncOperation(Of MapRouteFinderResult)
매개 변수
- startPoint
- Geopoint
주행 경로의 시작점입니다.
- endPoint
- Geopoint
주행 경로의 끝점입니다.
- options
- MapRouteDrivingOptions
이 경로에 적용할 고급 라우팅 옵션입니다.
반환
이 메서드가 성공적으로 완료되면 MapRouteFinderResult에 포함된 하나 이상의 주행 경로를 반환합니다.
- 특성
추가 정보
- GetDrivingRouteAsync(Geopoint, Geopoint)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)
적용 대상
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)
최적화를 사용하여 지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다.
public:
static IAsyncOperation<MapRouteFinderResult ^> ^ GetDrivingRouteAsync(Geopoint ^ startPoint, Geopoint ^ endPoint, MapRouteOptimization optimization);
/// [Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptimizationAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint const& startPoint, Geopoint const& endPoint, MapRouteOptimization const& optimization);
[Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptimizationAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint, MapRouteOptimization optimization);
function getDrivingRouteAsync(startPoint, endPoint, optimization)
Public Shared Function GetDrivingRouteAsync (startPoint As Geopoint, endPoint As Geopoint, optimization As MapRouteOptimization) As IAsyncOperation(Of MapRouteFinderResult)
매개 변수
- startPoint
- Geopoint
주행 경로의 시작점입니다.
- endPoint
- Geopoint
주행 경로의 끝점입니다.
- optimization
- MapRouteOptimization
주행 경로를 계산할 때 적용할 최적화입니다.
반환
이 메서드가 성공적으로 완료되면 MapRouteFinderResult에 포함된 주행 경로를 반환합니다.
- 특성
추가 정보
- GetDrivingRouteAsync(Geopoint, Geopoint)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)
- 지도에 경로 및 길 찾기 표시
적용 대상
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)
지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다(최적화 및 제한 사용).
public:
static IAsyncOperation<MapRouteFinderResult ^> ^ GetDrivingRouteAsync(Geopoint ^ startPoint, Geopoint ^ endPoint, MapRouteOptimization optimization, MapRouteRestrictions restrictions);
/// [Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptimizationAndRestrictionsAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint const& startPoint, Geopoint const& endPoint, MapRouteOptimization const& optimization, MapRouteRestrictions const& restrictions);
[Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptimizationAndRestrictionsAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint, MapRouteOptimization optimization, MapRouteRestrictions restrictions);
function getDrivingRouteAsync(startPoint, endPoint, optimization, restrictions)
Public Shared Function GetDrivingRouteAsync (startPoint As Geopoint, endPoint As Geopoint, optimization As MapRouteOptimization, restrictions As MapRouteRestrictions) As IAsyncOperation(Of MapRouteFinderResult)
매개 변수
- startPoint
- Geopoint
주행 경로의 시작점입니다.
- endPoint
- Geopoint
주행 경로의 끝점입니다.
- optimization
- MapRouteOptimization
주행 경로를 계산할 때 적용할 최적화입니다.
- restrictions
- MapRouteRestrictions
주행 경로를 계산할 때 적용할 제한 사항입니다.
반환
이 메서드가 성공적으로 완료되면 MapRouteFinderResult에 포함된 주행 경로를 반환합니다.
- 특성
추가 정보
- GetDrivingRouteAsync(Geopoint, Geopoint)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)
- 지도에 경로 및 길 찾기 표시
적용 대상
GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)
지정된 시작 및 끝 좌표(최적화, 제한 및 제목 사용)에 대한 주행 경로를 가져옵니다.
public:
static IAsyncOperation<MapRouteFinderResult ^> ^ GetDrivingRouteAsync(Geopoint ^ startPoint, Geopoint ^ endPoint, MapRouteOptimization optimization, MapRouteRestrictions restrictions, double headingInDegrees);
/// [Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptimizationRestrictionsAndHeadingAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint const& startPoint, Geopoint const& endPoint, MapRouteOptimization const& optimization, MapRouteRestrictions const& restrictions, double const& headingInDegrees);
[Windows.Foundation.Metadata.Overload("GetDrivingRouteWithOptimizationRestrictionsAndHeadingAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<MapRouteFinderResult> GetDrivingRouteAsync(Geopoint startPoint, Geopoint endPoint, MapRouteOptimization optimization, MapRouteRestrictions restrictions, double headingInDegrees);
function getDrivingRouteAsync(startPoint, endPoint, optimization, restrictions, headingInDegrees)
Public Shared Function GetDrivingRouteAsync (startPoint As Geopoint, endPoint As Geopoint, optimization As MapRouteOptimization, restrictions As MapRouteRestrictions, headingInDegrees As Double) As IAsyncOperation(Of MapRouteFinderResult)
매개 변수
- startPoint
- Geopoint
주행 경로의 시작점입니다.
- endPoint
- Geopoint
주행 경로의 끝점입니다.
- optimization
- MapRouteOptimization
주행 경로를 계산할 때 적용할 최적화입니다.
- restrictions
- MapRouteRestrictions
주행 경로를 계산할 때 적용할 제한 사항입니다.
- headingInDegrees
-
Double
double
주행 경로의 현재 위치에서 기본 설정 시작 방향입니다.
반환
이 메서드가 성공적으로 완료되면 MapRouteFinderResult에 포함된 주행 경로를 반환합니다.
- 특성
추가 정보
- GetDrivingRouteAsync(Geopoint, Geopoint)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)
- GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)
- 지도에 경로 및 길 찾기 표시