다음을 통해 공유


MapRouteFinder 클래스

정의

경로를 가져옵니다.

public ref class MapRouteFinder abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class MapRouteFinder final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public static class MapRouteFinder
Public Class MapRouteFinder
상속
Object Platform::Object IInspectable MapRouteFinder
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)

설명

중요하다

엔터프라이즈 서비스 사용 중지 Bing Maps

UWP MapControlWindows.Services.Maps 네임스페이스의 맵 서비스는 Bing Maps를 사용합니다. 엔터프라이즈용 Bing Maps는 더 이상 사용되지 않으며 사용 중지되며, 이 시점에서 MapControl 및 서비스는 더 이상 데이터를 수신하지 않습니다.

자세한 내용은 Bing Maps 개발자 센터Bing Maps 설명서참조하세요.

앱은 Windows.Services.Maps 네임스페이스 MapControl 및 지도 서비스를 사용하려면 먼저 인증되어야 합니다. 앱을 인증하려면 지도 인증 키를 지정해야 합니다.

지도 인증 키요청 참조하세요.

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 GetDrivingRouteFromEnhancedWaypointsAsync(IEnumerable<EnhancedWaypoint>)
1703 15063 GetDrivingRouteFromEnhancedWaypointsAsync(IEnumerable<EnhancedWaypoint>,MapRouteDrivingOptions)

메서드

GetDrivingRouteAsync(Geopoint, Geopoint)

지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다.

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteDrivingOptions)

지정된 시작 및 끝 좌표에 대한 운전 경로를 가져옵니다(MapRouteDrivingOptions사용).

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization)

최적화를 사용하여 지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다.

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions)

최적화 및 제한을 사용하여 지정된 시작 및 끝 좌표에 대한 주행 경로를 가져옵니다.

GetDrivingRouteAsync(Geopoint, Geopoint, MapRouteOptimization, MapRouteRestrictions, Double)

지정된 시작 및 끝 좌표(최적화, 제한 사항 및 제목 사용)에 대한 주행 경로를 가져옵니다.

GetDrivingRouteFromEnhancedWaypointsAsync(IIterable<EnhancedWaypoint>)

지정된 웨이포인트에 대한 주행 경로를 가져옵니다(최적화 사용).

GetDrivingRouteFromEnhancedWaypointsAsync(IIterable<EnhancedWaypoint>, MapRouteDrivingOptions)

지정된 웨이포인트에 대한 주행 경로를 가져옵니다(최적화 사용).

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>)

지정된 웨이포인트에 대한 주행 경로를 가져옵니다(최적화 사용).

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>, MapRouteOptimization)

지정된 웨이포인트의 주행 경로를 가져옵니다.

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>, MapRouteOptimization, MapRouteRestrictions)

지정된 중간 지점에 대한 주행 경로를 가져옵니다(최적화 및 제한 사용).

GetDrivingRouteFromWaypointsAsync(IIterable<Geopoint>, MapRouteOptimization, MapRouteRestrictions, Double)

지정된 웨이포인트에 대한 주행 경로를 가져옵니다(최적화, 제한 사항 및 제목 사용).

GetWalkingRouteAsync(Geopoint, Geopoint)

지정된 시작 및 끝 좌표를 사용하여 도보 경로를 가져옵니다.

GetWalkingRouteFromWaypointsAsync(IIterable<Geopoint>)

지정된 중간 지점을 사용하여 도보 경로를 가져옵니다.

적용 대상

추가 정보

  • 지도 경로 및 길 보기