다음을 통해 공유


MapRouteManeuver.Warnings 속성

정의

경로 레그를 따라 잠재적인 문제 목록을 가져옵니다.

public:
 property IVectorView<ManeuverWarning ^> ^ Warnings { IVectorView<ManeuverWarning ^> ^ get(); };
IVectorView<ManeuverWarning> Warnings();
public IReadOnlyList<ManeuverWarning> Warnings { get; }
var iVectorView = mapRouteManeuver.warnings;
Public ReadOnly Property Warnings As IReadOnlyList(Of ManeuverWarning)

속성 값

경로 레그를 따라 발생할 수 있는 문제 목록입니다.

Windows 요구 사항

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

적용 대상