다음을 통해 공유


MapRoute 클래스

정의

둘 이상의 중간 지점 간에 이동할 경로를 나타냅니다.

public ref class MapRoute 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 MapRoute 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 sealed class MapRoute
Public NotInheritable Class MapRoute
상속
Object Platform::Object IInspectable MapRoute
특성

Windows 요구 사항

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

설명

MapRoute 개체는 MapRouteFinder 클래스의 메서드를 호출할 때 MapRouteFinderResultRoute 속성을 통해 반환됩니다.

MapControlMapRoute를 표시하려면 MapRoute를 사용하여 MapRouteView 구성하고 MapControlRoutes 컬렉션에 MapRouteView 추가합니다.

중요하다

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

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

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

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

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

버전 기록

Windows 버전 SDK 버전 추가된 값
1703 15063 DurationWithoutTraffic
1703 15063 TrafficCongestion
1709 16299 IsScenic

속성

BoundingBox

경로가 포함된 경계 상자를 가져옵니다.

DurationWithoutTraffic

트래픽 없이 경로를 트래버스하는 데 필요한 예상 시간을 가져옵니다.

EstimatedDuration

경로를 트래버스하는 데 필요한 예상 시간을 가져옵니다.

HasBlockedRoads

차단된 도로를 방지하기 위해 경로가 "최적" 경로에서 수정되었음을 나타내는 값을 가져옵니다.

IsScenic

MapRoute 경치 좋은 도로를 기반으로 하는지 여부를 나타내는 값을 가져옵니다.

IsTrafficBased

MapRoute 트래픽을 기반으로 하는지 여부를 나타내는 값을 가져옵니다.

Legs

경로와 연결된 다리 목록을 가져옵니다.

LengthInMeters

경로의 길이를 미터로 가져옵니다.

Path

경로의 경로를 가져옵니다.

TrafficCongestion

지도 경로를 따라 교통 정체 수준을 가져옵니다.

ViolatedRestrictions

경로에서 제한을 위반했는지를 나타내는 값을 가져옵니다.

적용 대상

추가 정보

  • 지도 경로 및 길 보기