MapControl.GetLocationFromOffset 메서드

정의

오버로드

GetLocationFromOffset(Point, Geopoint)

지도의 점을 지리적 위치로 변환합니다.

참고

이 메서드는 더 이상 사용되지 않습니다. 대신 TryGetLocationFromOffset 메서드를 사용합니다.

GetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)

지정된 고도 참조 시스템을 사용하여 지도의 점을 지리적 위치로 변환합니다.

참고

이 메서드는 더 이상 사용되지 않습니다. 대신 TryGetLocationFromOffset 메서드를 사용합니다.

GetLocationFromOffset(Point, Geopoint)

지도의 점을 지리적 위치로 변환합니다.

참고

이 메서드는 더 이상 사용되지 않습니다. 대신 TryGetLocationFromOffset 메서드를 사용합니다.

public:
 virtual void GetLocationFromOffset(Point offset, [Out] Geopoint ^ & location) = GetLocationFromOffset;
void GetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
/// [Windows.Foundation.Metadata.Overload("GetLocationFromOffset")]
void GetLocationFromOffset(Point const& offset, [Out] Geopoint const& & location);
public void GetLocationFromOffset(Point offset, out Geopoint location);
[Windows.Foundation.Metadata.Overload("GetLocationFromOffset")]
public void GetLocationFromOffset(Point offset, out Geopoint location);
Public Sub GetLocationFromOffset (offset As Point, ByRef location As Geopoint)

매개 변수

offset
Point

지리적 위치로 변환할 지도의 점입니다.

location
Geopoint

이 메서드가 반환되면 해당 지리적 위치가 포함됩니다.

특성

설명

이 메서드는 점이 잘못된 경우 예외를 throw합니다.

추가 정보

적용 대상

GetLocationFromOffset(Point, AltitudeReferenceSystem, Geopoint)

지정된 고도 참조 시스템을 사용하여 지도의 점을 지리적 위치로 변환합니다.

참고

이 메서드는 더 이상 사용되지 않습니다. 대신 TryGetLocationFromOffset 메서드를 사용합니다.

public:
 virtual void GetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, [Out] Geopoint ^ & location) = GetLocationFromOffset;
/// [Windows.Foundation.Metadata.Overload("GetLocationFromOffsetWithReferenceSystem")]
void GetLocationFromOffset(Point const& offset, AltitudeReferenceSystem const& desiredReferenceSystem, [Out] Geopoint const& & location);
[Windows.Foundation.Metadata.Overload("GetLocationFromOffsetWithReferenceSystem")]
public void GetLocationFromOffset(Point offset, AltitudeReferenceSystem desiredReferenceSystem, out Geopoint location);
Public Sub GetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint)

매개 변수

offset
Point

지리적 위치로 변환할 지도의 점입니다.

desiredReferenceSystem
AltitudeReferenceSystem

지리적 지점의 고도 참조 시스템입니다. 고도 참조 시스템에 대해 지정되지 않음 값은 기본 GetLocationFromOffset(Windows.Foundation.Point 오프셋, Windows.Devices.Geolocation.Geopoint 위치) 오버로드를 사용하는 것과 동일한 효과를 줍니다.

location
Geopoint

이 메서드가 반환되면 해당 지리적 위치가 포함됩니다.

특성

Windows 요구 사항

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

설명

이 메서드는 Geopoint의 instance 제공합니다. 해당 Geopoint 에는 BasicGeoPosition이 포함되어 있습니다. 이름입니다. desiredReferenceSystem 매개 변수는 해당 개체의 고도 필드를 설정합니다.

이 메서드는 점이 잘못된 경우 예외를 throw합니다.

참고

EllipsoidAltitudeReferenceSystem은 지원되지 않을 수 있습니다.

적용 대상