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에서 도입되었습니다.)

설명

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

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

버전 기록

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>)

지정된 웨이포인트를 사용하여 도보 경로를 가져옵니다.

적용 대상

추가 정보